We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62272ad commit 18ade22Copy full SHA for 18ade22
.bazelrc
@@ -141,4 +141,8 @@ common --experimental_allow_incremental_repository_updates
141
142
# Load any settings which are specific to the current user. Needs to be *last* statement
143
# in this config, as the user configuration should be able to overwrite flags from this file.
144
-try-import .bazelrc.user
+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