Skip to content

Commit

Permalink
bazel: enable experimental_guard_against_concurrent_changes (#38283)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Oct 7, 2022
1 parent 51a6684 commit 556daf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
startup --host_jvm_args=-Xmx8g
startup --host_jvm_args=-Xmx6g
startup --unlimit_coredumps

run:ci --color=yes

build --announce_rc
build --experimental_guard_against_concurrent_changes
build --experimental_remote_merkle_tree_cache
build --java_language_version=17
build --java_runtime_version=17
Expand Down

0 comments on commit 556daf7

Please sign in to comment.