Skip to content

Commit d17174b

Browse files
committed
build: set a mnemonic for template expand and file write
Set the mnemonic to determine if it allows us to reduce the number of RBE queries executed
1 parent 5cc62d4 commit d17174b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,7 @@ try-import .bazelrc.user
174174
# Enable runfiles even on Windows.
175175
# Architect resolves output files from data files, and this isn't possible without runfile support.
176176
build --enable_runfiles
177+
178+
# TODO: Determine if this is a permanent solution or not.
179+
build --strategy=TemplateExpand=local
180+
build --strategy=FileWrite=local

0 commit comments

Comments
 (0)