Эх сурвалжийг харах

fix(action): add missing environment variables for kernel build and update .gitignore to include manifests and job logs

TheWildJames 4 сар өмнө
parent
commit
23a07d25ed

+ 3 - 0
.github/actions/build-kernel/action.yml

@@ -10,6 +10,9 @@ runs:
     run: |
       set -euo pipefail
       if [ -f "build/build.sh" ]; then
+        SKIP_VENDOR_BOOT=1 \
+        SKIP_EXT_MODULES=1 \
+        SKIP_CP_KERNEL_HDR=1 \
         SKIP_MRPROPER=1 \
         LTO=thin \
         GKI_DEFCONFIG_FRAGMENT="$GITHUB_WORKSPACE/wild_gki.fragment" \

+ 2 - 0
.gitignore

@@ -1 +1,3 @@
 AIO-REJ/
+manifests/
+job-logs.txt