소스 검색

fix(issue-176): enable CONFIG_DEBUG_INFO_BTF on all kernels (deps now installed)

TheWildJames 1 개월 전
부모
커밋
41b35981bc
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .github/workflows/build.yml

+ 1 - 2
.github/workflows/build.yml

@@ -201,8 +201,7 @@ jobs:
     - name: Setup Misc Configs
       uses: ./.github/actions/misc
 
-    - name: Enable BTF (android13+ — android12 old build system lacks toolchain)
-      if: ${{ inputs.version != 'android12-5.10' }}
+    - name: Enable BTF
       uses: ./.github/actions/set-kernel-config
       with:
         config_list: |