From f86fce6e16df39de43c16c02605f32d660fb3eb9 Mon Sep 17 00:00:00 2001 From: weishu Date: Tue, 24 Oct 2023 22:59:52 +0800 Subject: [PATCH] ci: remove dirty postfix for a14 kernel --- .github/workflows/gki-kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gki-kernel.yml b/.github/workflows/gki-kernel.yml index 1a0966f20b07..52b2815da569 100644 --- a/.github/workflows/gki-kernel.yml +++ b/.github/workflows/gki-kernel.yml @@ -157,6 +157,7 @@ jobs: - name: Make working directory clean to avoid dirty working-directory: android-kernel run: | + sed -i '/^rfkill_/d' common/android/abi_gki_protected_exports_* git config --global user.email "bot@kernelsu.org" git config --global user.name "KernelSUBot" cd common/ && git add -A && git commit -a -m "Add KernelSU" @@ -172,7 +173,6 @@ jobs: if [ -e build/build.sh ]; then CCACHE="/usr/bin/ccache" LTO=thin BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh else - sed -i '/^rfkill_/d' common/android/abi_gki_protected_exports_* tools/bazel run --disk_cache=/home/runner/.cache/bazel --config=fast --config=stamp --lto=thin //common:kernel_aarch64_dist -- --dist_dir=dist fi