From 2794c4e4a8f0c97f2ae4a119d1cde5cca1bcaa4a Mon Sep 17 00:00:00 2001 From: MapleCool <37971849+pmkol@users.noreply.github.com> Date: Thu, 19 Sep 2024 01:09:20 +0800 Subject: [PATCH] ci: disable dpdk --- .github/workflows/sync-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)