Skip to content

Commit

Permalink
Enable WORKSPACE in bazelrc file (#1009)
Browse files Browse the repository at this point in the history
Address #1008
  • Loading branch information
meteorcloudy committed Sep 11, 2024
1 parent 6146252 commit 16b635e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@

# Defaults to auto which means off for Windows, explicitly enable for sh tests
build --enable_runfiles=yes

# Explicitly enable WORKSPACE
# See https://github.com/bazelbuild/bazel/issues/23023
common --enable_workspace

0 comments on commit 16b635e

Please sign in to comment.