Skip to content

Commit

Permalink
ci: remove dirty postfix for a14 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Oct 24, 2023
1 parent 318be53 commit f86fce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gki-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "KernelSUBot"
cd common/ && git add -A && git commit -a -m "Add KernelSU"
Expand All @@ -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
Expand Down

0 comments on commit f86fce6

Please sign in to comment.