trae 3 달 전
부모
커밋
c23b4b1172
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/actions/build-kernel/action.yml

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

@@ -64,6 +64,7 @@ runs:
         HOSTLD="${{ github.workspace }}/kernel/common/ld-wrapper"
       else
         if [[ ${{ inputs.version }} == "android16-6.12" ]]; then
+          sed -i '/name = "kernel_aarch64",/a\    check_defconfig = "disabled",' common/BUILD.bazel
           tools/bazel run \
             --config=fast \
             --config=stamp \