Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5b529ff

Browse filesBrowse files
authored
Disable Bzlmod explicitly in .bazelrc (bazel-contrib#1470)
This will help make sure [Bazel Downstream Pipeline](https://github.com/bazelbuild/continuous-integration/blob/master/docs/downstream-testing.md) is green after enabling Bzlmod at Bazel@HEAD See bazelbuild/bazel#18958 (comment) Related issue: bazel-contrib#1469
1 parent ff30935 commit 5b529ff
Copy full SHA for 5b529ff

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎.bazelrc

Copy file name to clipboardExpand all lines: .bazelrc
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ build --incompatible_default_to_explicit_init_py
1919
# Windows makes use of runfiles for some rules
2020
build --enable_runfiles
2121
startup --windows_enable_symlinks
22+
23+
# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel
24+
# https://github.com/bazelbuild/rules_python/issues/1469
25+
common --noexperimental_enable_bzlmod

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.