Skip to content

Commit 217b3f7

Browse files
authored
Disable bzlmod in CI (#394)
1 parent 03ac96a commit 217b3f7

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.bazelci/presubmit.yml

+28
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ tasks:
2525
- "//..."
2626
test_targets:
2727
- "//..."
28+
build_flags:
29+
- "--noenable_bzlmod"
30+
test_flags:
31+
- "--noenable_bzlmod"
2832
rbe_ubuntu1604:
2933
name: Rules on Linux (RBE)
3034
platform: rbe_ubuntu1604
@@ -37,8 +41,10 @@ tasks:
3741
- "//..."
3842
build_flags:
3943
- "--config=remote"
44+
- "--noenable_bzlmod"
4045
test_flags:
4146
- "--config=remote"
47+
- "--noenable_bzlmod"
4248
rbe_ubuntu1604_no_strict_deps:
4349
name: Rules on Linux (RBE) without strict deps
4450
platform: rbe_ubuntu1604
@@ -52,9 +58,11 @@ tasks:
5258
build_flags:
5359
- "--@rules_dotnet//dotnet/settings:strict_deps=false"
5460
- "--config=remote"
61+
- "--noenable_bzlmod"
5562
test_flags:
5663
- "--@rules_dotnet//dotnet/settings:strict_deps=false"
5764
- "--config=remote"
65+
- "--noenable_bzlmod"
5866
macos:
5967
name: Rules on MacOS
6068
platform: macos
@@ -65,6 +73,10 @@ tasks:
6573
- "//..."
6674
test_targets:
6775
- "//..."
76+
build_flags:
77+
- "--noenable_bzlmod"
78+
test_flags:
79+
- "--noenable_bzlmod"
6880
examples-windows:
6981
name: Examples on Windows
7082
platform: windows
@@ -76,6 +88,10 @@ tasks:
7688
- "//..."
7789
test_targets:
7890
- "//..."
91+
build_flags:
92+
- "--noenable_bzlmod"
93+
test_flags:
94+
- "--noenable_bzlmod"
7995
examples-ubuntu1804:
8096
name: Examples on Ubuntu 18.04
8197
platform: ubuntu1804
@@ -87,6 +103,10 @@ tasks:
87103
- "//..."
88104
test_targets:
89105
- "//..."
106+
build_flags:
107+
- "--noenable_bzlmod"
108+
test_flags:
109+
- "--noenable_bzlmod"
90110
examples-macos:
91111
name: Examples on macOS
92112
platform: macos
@@ -98,6 +118,10 @@ tasks:
98118
- "//..."
99119
test_targets:
100120
- "//..."
121+
build_flags:
122+
- "--noenable_bzlmod"
123+
test_flags:
124+
- "--noenable_bzlmod"
101125
examples-rbe_ubuntu1604:
102126
name: Examples on Ubuntu 18.04 (RBE)
103127
platform: rbe_ubuntu1604
@@ -111,8 +135,10 @@ tasks:
111135
- "//..."
112136
build_flags:
113137
- "--config=remote"
138+
- "--noenable_bzlmod"
114139
test_flags:
115140
- "--config=remote"
141+
- "--noenable_bzlmod"
116142
examples-rbe_ubuntu1604_no_strict_deps:
117143
name: Examples on Ubuntu 18.04 (RBE) without strict deps
118144
platform: rbe_ubuntu1604
@@ -127,6 +153,8 @@ tasks:
127153
build_flags:
128154
- "--config=remote"
129155
- "--@rules_dotnet//dotnet/settings:strict_deps=false"
156+
- "--noenable_bzlmod"
130157
test_flags:
131158
- "--config=remote"
132159
- "--@rules_dotnet//dotnet/settings:strict_deps=false"
160+
- "--noenable_bzlmod"

0 commit comments

Comments
 (0)