From fc9988287ad9a6f2a5656a465a72cd9357cd1011 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Fri, 14 Jul 2023 09:53:18 +0800 Subject: [PATCH] error --- .github/workflows/arm-test.yml | 2 +- build_action-aarch64.sh | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/arm-test.yml b/.github/workflows/arm-test.yml index fb4fad1..4883063 100644 --- a/.github/workflows/arm-test.yml +++ b/.github/workflows/arm-test.yml @@ -29,5 +29,5 @@ jobs: sudo apt install neofetch -y neofetch df -H / - bash build_action-aarch64.sh 0 + bash build_action-aarch64.sh 1 diff --git a/build_action-aarch64.sh b/build_action-aarch64.sh index 27968b5..f697aec 100644 --- a/build_action-aarch64.sh +++ b/build_action-aarch64.sh @@ -33,11 +33,16 @@ cd linux-"$VERSION" || exit cp ../config-arm64 .config # # disable DEBUG_INFO to speedup build -scripts/config --disable DEBUG_INFO +# scripts/config --disable DEBUG_INFO scripts/config --set-str SYSTEM_TRUSTED_KEYS "" -# apply patches -# shellcheck source=src/util.sh -# source ../patch.d/*.sh +scripts/config --set-str SYSTEM_REVOCATION_KEYS "" +scripts/config --undefine DEBUG_INFO +scripts/config --undefine DEBUG_INFO_COMPRESSED +scripts/config --undefine DEBUG_INFO_REDUCED +scripts/config --undefine DEBUG_INFO_SPLIT +scripts/config --undefine GDB_SCRIPTS +scripts/config --set-val DEBUG_INFO_DWARF5 n +scripts/config --set-val DEBUG_INFO_NONE y # build deb packages CPU_CORES=$(($(grep -c processor < /proc/cpuinfo)*2))