Skip to content

Commit 18ade22

Browse files
filipesilvamgechev
authored andcommitted
build: use runfiles on windows
1 parent 62272ad commit 18ade22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.bazelrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,8 @@ common --experimental_allow_incremental_repository_updates
141141

142142
# Load any settings which are specific to the current user. Needs to be *last* statement
143143
# in this config, as the user configuration should be able to overwrite flags from this file.
144-
try-import .bazelrc.user
144+
try-import .bazelrc.user
145+
146+
# Enable runfiles even on Windows.
147+
# Architect resolves output files from data files, and this isn't possible without runfile support.
148+
test --enable_runfiles

0 commit comments

Comments
 (0)