File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 bazel-args : >-
4646 --config=ci
4747 ${{ matrix.mode == 'bzlmod'
48- && '--enable_bzlmod'
48+ && '--enable_bzlmod --noenable_workspace '
4949 || '' }}
5050 bazel-mode : ${{ matrix.mode }}
5151 bazel-path : bazel
8080 bazel-args : >-
8181 --config=ci
8282 ${{ matrix.mode == 'bzlmod'
83- && '--enable_bzlmod'
83+ && '--enable_bzlmod --noenable_workspace '
8484 || '' }}
8585 bazel-path : bazel
8686 bazel-mode : ${{ matrix.mode }}
@@ -111,7 +111,7 @@ jobs:
111111 --config=ci
112112 --config=gcc
113113 ${{ matrix.mode == 'bzlmod'
114- && '--enable_bzlmod'
114+ && '--enable_bzlmod --noenable_workspace '
115115 || '' }}
116116 bazel-mode : ${{ matrix.mode }}-gcc
117117 bazel-path : bazel
@@ -165,7 +165,7 @@ jobs:
165165 --config=ci
166166 --config=macos
167167 ${{ (steps.rbe.outputs.authorized == 'true' || github.event_name != 'pull_request') && '--config=rbe-cache-only' || '' }}
168- ${{ matrix.mode == 'bzlmod' && '--enable_bzlmod' || '' }}
168+ ${{ matrix.mode == 'bzlmod' && '--enable_bzlmod --noenable_workspace ' || '' }}
169169 //...
170170 working-directory : bazel
171171 env :
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ run --color=yes
88build --color=yes
99
1010common --noenable_bzlmod
11+ common --enable_workspace
1112common --repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
1213common --@rules_python//python/config_settings:bootstrap_impl=script
1314
Original file line number Diff line number Diff line change 1- 7 .7.1
1+ 8 .7.0
You can’t perform that action at this time.
0 commit comments