Skip to content

Commit

Permalink
Update repro
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidANeil committed Jan 16, 2024
1 parent af41990 commit 8d932ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# !!!! Note that the readme's command disables this file, only modify it if you have it re-enabled!!!!

build --experimental_remote_merkle_tree_cache
# build --experimental_remote_merkle_tree_cache_size=0 # This doesn't seem to fix it
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# repro-bazel-nested-set

```
bazel --version
./write.sh a
bazel build //:big
bazel --ignore_all_rc_files build --experimental_remote_merkle_tree_cache --disk_cache=~/.cache/bazel_repro_cache //:big
```

Re-run `./write.sh` with a new string argument to bust the cache, if desired.

0 comments on commit 8d932ed

Please sign in to comment.