Parcourir la source

refactor: clean up Bazel build command by removing commented options

TheWildJames il y a 3 mois
Parent
commit
f569a040d0
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      .github/actions/build-kernel/action.yml

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

@@ -76,10 +76,8 @@ runs:
         tools/bazel info output_base
         cp "${{ github.workspace }}/wild_gki.fragment" common/arch/arm64/configs/wild_gki.fragment
         tools/bazel build \
-          #--linkopt="--thinlto-cache-dir=/home/runner/.ld_cache" \
           --config=fast \
           --config=stamp \
-          #--config=local \
           --lto=default \
           --defconfig_fragment=//common:arch/arm64/configs/wild_gki.fragment \
           --disk_cache=/home/runner/.cache/bazel \