Skip to content

Commit 343b574

Browse files
committed
disable merkle tree cache
1 parent 76ee0d0 commit 343b574

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup-bazel/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ runs:
1919
build --remote_header=x-buildbuddy-api-key=${{ inputs.build_buddy_token }}
2020
build --color=yes
2121
build --jobs=250
22-
common --remote_max_connections=500
2322
build --nokeep_going
23+
common:macos --noexperimental_remote_merkle_tree_cache
24+
common --remote_max_connections=500
2425
common --announce_rc
2526
common --experimental_async_execution
2627
common --disk_cache=""

0 commit comments

Comments
 (0)