Skip to content

Commit

Permalink
chore: Disable Bzlmod explicitly for workspace setup (#73)
Browse files Browse the repository at this point in the history
The upcoming Bazel version defaults to having bzlmod enabled, which means workspace
builds will need to explicitly disable it to continue to be workspace-based.

bazelbuild/bazel#18958
  • Loading branch information
meteorcloudy authored Oct 11, 2023
1 parent 5bfa721 commit 8c70cee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ tasks:
name: Workspace
platform: ${{platform}}
bazel: ${{bazel}}
test_flags:
- "--noexperimental_enable_bzlmod"
test_targets:
- "..."
all_tests_bzlmod:
Expand Down

0 comments on commit 8c70cee

Please sign in to comment.