Skip to content

Commit

Permalink
Enable workspace in .bazelrc
Browse files Browse the repository at this point in the history
Ideally, all external deps should be moved to MODULE.bazel since from Bazel 8 WORKSPACE will be disabled.

Fixes #18043

PiperOrigin-RevId: 674300277
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Sep 13, 2024
1 parent 4834eb7 commit 50eafe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ build:ubsan --copt=-fno-sanitize=function --copt=-fno-sanitize=vptr
# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel
# https://github.com/protocolbuffers/protobuf/issues/14313
common --noenable_bzlmod
common --enable_workspace

# Important: this flag ensures that we remain compliant with the C++ layering
# check.
Expand Down

0 comments on commit 50eafe9

Please sign in to comment.