Quellcode durchsuchen

Comment out bazel cache stats in build.yml

Comment out bazel cache stats step in build workflow
jimsterino98 vor 4 Monaten
Ursprung
Commit
2ab91fca40
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      .github/workflows/build.yml

+ 3 - 3
.github/workflows/build.yml

@@ -284,9 +284,9 @@ jobs:
         if: inputs.cache == 'true' && inputs.build_type == 'make'
         run: ccache -s -v || ccache -s
 
-      - name: bazel cache stats
-        if: inputs.cache == 'true' && inputs.build_type == 'Bazel'
-        run: bazel analyze-profile profile.json
+#      - name: bazel cache stats
+#        if: inputs.cache == 'true' && inputs.build_type == 'Bazel'
+#        run: bazel analyze-profile profile.json
           
       - name: Prepare AnyKernel3
         uses: ./.github/actions/ak3zip-prep