Skip to content

Commit

Permalink
build: use runfiles on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Mar 19, 2020
1 parent a9adb4a commit d165b61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,8 @@ common --experimental_allow_incremental_repository_updates

# Load any settings which are specific to the current user. Needs to be *last* statement
# in this config, as the user configuration should be able to overwrite flags from this file.
try-import .bazelrc.user
try-import .bazelrc.user

# Enable runfiles even on Windows.
# Architect resolves output files from data files, and this isn't possible without runfile support.
test --enable_runfiles

0 comments on commit d165b61

Please sign in to comment.