Skip to content

Commit

Permalink
Set --enable_workspace explicitly true for now
Browse files Browse the repository at this point in the history
Starting in bazel 8, this flag is default false.  We need this flag for bazel 8 until we have all the deps out of the WORKSPACE file.

This will allow us to work on bazel 8 compatibility.

PiperOrigin-RevId: 704781857
  • Loading branch information
trevorknight committed Dec 10, 2024
1 parent 1ef577f commit b22c17b
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
@@ -1,3 +1,7 @@
# Until we have migrated all deps out of WORKSPACE file, we need to continue to use it.
# Starting with bazel 8, this flag flips to default false.
common --enable_workspace

# Runfiles are needed by several tests. Typically these are defaulted on for
# non-Windows platforms.
build --enable_runfiles
Expand Down

0 comments on commit b22c17b

Please sign in to comment.