diff --git a/.github/workflows/sync-build.yml b/.github/workflows/sync-build.yml index 1b7fba2e8..2ee9a119b 100644 --- a/.github/workflows/sync-build.yml +++ b/.github/workflows/sync-build.yml @@ -117,7 +117,7 @@ jobs: run: | export PATH="/opt/clang/bin:$PATH" export GITHUB_REPO=${{ github.repository }} - export KERNEL_CLANG_LTO=y BUILD_FAST=y ENABLE_UHTTPD=y ENABLE_LTO=y ENABLE_LRNG=y ENABLE_BPF=y USE_GCC14=y ENABLE_DPDK=y ENABLE_MOLD=y + export KERNEL_CLANG_LTO=y BUILD_FAST=y ENABLE_UHTTPD=y ENABLE_LTO=y ENABLE_LRNG=y ENABLE_BPF=y USE_GCC14=y ENABLE_MOLD=y bash <(curl -sS https://raw.githubusercontent.com/${{ github.repository }}/master/openwrt/build.sh) ${{ matrix.tag.type }} ${{ matrix.model }} cd openwrt tags=$(git describe --abbrev=0 --tags)