We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7650c35 commit 153f4a6Copy full SHA for 153f4a6
R/Reactant/build_tarballs.jl
@@ -64,9 +64,9 @@ BAZEL_FLAGS+=(--server_javabase=$JAVA_HOME)
64
65
BAZEL_BUILD_FLAGS+=(--jobs ${nproc})
66
67
-# Use ccache to speedup re-builds
68
-BAZEL_BUILD_FLAGS+=(--action_env=USE_CCACHE=${USE_CCACHE})
69
-BAZEL_BUILD_FLAGS+=(--action_env=CCACHE_NOHASHDIR=yes)
+# # Use ccache to speedup re-builds
+# BAZEL_BUILD_FLAGS+=(--action_env=USE_CCACHE=${USE_CCACHE})
+# BAZEL_BUILD_FLAGS+=(--action_env=CCACHE_NOHASHDIR=yes)
70
# Set `SUPER_VERBOSE` to a non empty string to make the compiler wrappers more
71
# verbose. Useful for debugging.
72
BAZEL_BUILD_FLAGS+=(--action_env=SUPER_VERBOSE=)
0 commit comments