TheWildJames 3 mesiacov pred
rodič
commit
bf037fe53c

+ 1 - 17
.github/actions/build-kernel/action.yml

@@ -34,23 +34,7 @@ runs:
         echo "Bypass hack not applied as per input parameter."
       fi
   
-      rm -rf "out"
-
-      cat > ${{ github.workspace }}/gki_build_overrides.fragment <<'EOF'
-      BUILD_GKI_ARTIFACTS=
-      BUILD_GKI_CERTIFICATION_TOOLS=0
-      BUILD_SYSTEM_DLKM=0
-
-      # Skip heavy packaging steps we don't need in CI
-      SKIP_VENDOR_BOOT=1
-      SKIP_EXT_MODULES=1
-      SKIP_CP_KERNEL_HDR=1
-      SKIP_MRPROPER=1
-      EOF
-
-      cat "${{ github.workspace }}/wild_gki.fragment" > common/arch/arm64/configs/gki_defconfig
-      cp "${{ github.workspace }}/gki_build_overrides.fragment" "${{ github.workspace }}/kernel/common/gki_build_overrides.fragment"
-
+      rm -rf /home/runner/out
       mkdir -p /home/runner/out
 
       if [ -f "build/build.sh" ]; then

+ 0 - 15
.github/actions/droidspaces/action.yml

@@ -66,21 +66,6 @@ runs:
         echo >> "${{ github.workspace }}/kernel/common/ipc/msgutil.c"
         echo 'EXPORT_SYMBOL_GPL(init_ipc_ns);' >> "${{ github.workspace }}/kernel/common/ipc/msgutil.c"
 
-    - name: Enable Configs
-      shell: bash
-      working-directory: ${{ github.workspace }}/kernel/common
-      run: |
-        sed -i 's/# CONFIG_PID_NS is not set/CONFIG_PID_NS=y/' arch/arm64/configs/gki_defconfig
-        cat >> "${{ github.workspace }}/wild_gki.fragment" << 'EOF'
-        CONFIG_SYSVIPC=y
-        CONFIG_POSIX_MQUEUE=y
-        CONFIG_IPC_NS=y
-        CONFIG_DEVTMPFS=y
-        CONFIG_BINFMT_MISC=y
-        CONFIG_BINFMT_SCRIPT=y
-        CONFIG_BINFMT_ELF=y
-        EOF
-
     - name: Enable Kernel Configs
       uses: ./.github/actions/set-kernel-config
       with: