Skip to content

Commit 13e233a

Browse files
josephperrottclydin
authored andcommitted
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 13e233a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bazelrc

+4
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)