Ver Fonte

Comment out bazel cache stats in build.yml

Comment out bazel cache stats step in build workflow
jimsterino98 há 4 meses atrás
pai
commit
2ab91fca40
1 ficheiros alterados com 3 adições e 3 exclusões
  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