Skip to content

Commit 6ad5557

Browse files
Use BLAKE3 digest function (#2611)
Signed-off-by: Brentley Jones <[email protected]>
1 parent 3d8adb5 commit 6ad5557

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shared.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ build --experimental_convenience_symlinks=ignore
66
# Use Bzlmod
77
build --enable_bzlmod
88

9+
# Faster digest hashing with BLAKE3
10+
startup --digest_function=blake3
11+
912
# Use apple_support Xcode toolchain
1013
build --apple_crosstool_top=@local_config_apple_cc//:toolchain
1114
build --crosstool_top=@local_config_apple_cc//:toolchain

0 commit comments

Comments
 (0)