Skip to content

Commit 153f4a6

Browse files
authored
[Reactant] Comment out ccache
1 parent 7650c35 commit 153f4a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/Reactant/build_tarballs.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ BAZEL_FLAGS+=(--server_javabase=$JAVA_HOME)
6464
6565
BAZEL_BUILD_FLAGS+=(--jobs ${nproc})
6666
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)
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)
7070
# Set `SUPER_VERBOSE` to a non empty string to make the compiler wrappers more
7171
# verbose. Useful for debugging.
7272
BAZEL_BUILD_FLAGS+=(--action_env=SUPER_VERBOSE=)

0 commit comments

Comments
 (0)