mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Disable temporary LTO on u6lite and uap ac lr
This commit is contained in:
4
.github/workflows/u6lite.yaml
vendored
4
.github/workflows/u6lite.yaml
vendored
@@ -63,6 +63,10 @@ jobs:
|
||||
curl -SL "https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/$ROLE_CONFIG" >> .config
|
||||
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/snapshot-short >> .config
|
||||
|
||||
- name: Disable LTO
|
||||
run: |
|
||||
sed -i '/CONFIG_USE_LTO=y/d' .config
|
||||
|
||||
- name: Enable openssl
|
||||
run: |
|
||||
sed -i '/CONFIG_PACKAGE_wpad-mbedtls=y/d' .config
|
||||
|
||||
4
.github/workflows/unifi_ac_lr.yaml
vendored
4
.github/workflows/unifi_ac_lr.yaml
vendored
@@ -63,6 +63,10 @@ jobs:
|
||||
curl -SL "https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/$ROLE_CONFIG" >> .config
|
||||
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/snapshot-short >> .config
|
||||
|
||||
- name: Disable LTO
|
||||
run: |
|
||||
sed -i '/CONFIG_USE_LTO=y/d' .config
|
||||
|
||||
- name: Enable openssl
|
||||
run: |
|
||||
sed -i '/CONFIG_PACKAGE_wpad-mbedtls=y/d' .config
|
||||
|
||||
Reference in New Issue
Block a user