@@ -25,6 +25,10 @@ tasks:
25
25
- " //..."
26
26
test_targets :
27
27
- " //..."
28
+ build_flags :
29
+ - " --noenable_bzlmod"
30
+ test_flags :
31
+ - " --noenable_bzlmod"
28
32
rbe_ubuntu1604 :
29
33
name : Rules on Linux (RBE)
30
34
platform : rbe_ubuntu1604
@@ -37,8 +41,10 @@ tasks:
37
41
- " //..."
38
42
build_flags :
39
43
- " --config=remote"
44
+ - " --noenable_bzlmod"
40
45
test_flags :
41
46
- " --config=remote"
47
+ - " --noenable_bzlmod"
42
48
rbe_ubuntu1604_no_strict_deps :
43
49
name : Rules on Linux (RBE) without strict deps
44
50
platform : rbe_ubuntu1604
@@ -52,9 +58,11 @@ tasks:
52
58
build_flags :
53
59
- " --@rules_dotnet//dotnet/settings:strict_deps=false"
54
60
- " --config=remote"
61
+ - " --noenable_bzlmod"
55
62
test_flags :
56
63
- " --@rules_dotnet//dotnet/settings:strict_deps=false"
57
64
- " --config=remote"
65
+ - " --noenable_bzlmod"
58
66
macos :
59
67
name : Rules on MacOS
60
68
platform : macos
@@ -65,6 +73,10 @@ tasks:
65
73
- " //..."
66
74
test_targets :
67
75
- " //..."
76
+ build_flags :
77
+ - " --noenable_bzlmod"
78
+ test_flags :
79
+ - " --noenable_bzlmod"
68
80
examples-windows :
69
81
name : Examples on Windows
70
82
platform : windows
@@ -76,6 +88,10 @@ tasks:
76
88
- " //..."
77
89
test_targets :
78
90
- " //..."
91
+ build_flags :
92
+ - " --noenable_bzlmod"
93
+ test_flags :
94
+ - " --noenable_bzlmod"
79
95
examples-ubuntu1804 :
80
96
name : Examples on Ubuntu 18.04
81
97
platform : ubuntu1804
@@ -87,6 +103,10 @@ tasks:
87
103
- " //..."
88
104
test_targets :
89
105
- " //..."
106
+ build_flags :
107
+ - " --noenable_bzlmod"
108
+ test_flags :
109
+ - " --noenable_bzlmod"
90
110
examples-macos :
91
111
name : Examples on macOS
92
112
platform : macos
@@ -98,6 +118,10 @@ tasks:
98
118
- " //..."
99
119
test_targets :
100
120
- " //..."
121
+ build_flags :
122
+ - " --noenable_bzlmod"
123
+ test_flags :
124
+ - " --noenable_bzlmod"
101
125
examples-rbe_ubuntu1604 :
102
126
name : Examples on Ubuntu 18.04 (RBE)
103
127
platform : rbe_ubuntu1604
@@ -111,8 +135,10 @@ tasks:
111
135
- " //..."
112
136
build_flags :
113
137
- " --config=remote"
138
+ - " --noenable_bzlmod"
114
139
test_flags :
115
140
- " --config=remote"
141
+ - " --noenable_bzlmod"
116
142
examples-rbe_ubuntu1604_no_strict_deps :
117
143
name : Examples on Ubuntu 18.04 (RBE) without strict deps
118
144
platform : rbe_ubuntu1604
@@ -127,6 +153,8 @@ tasks:
127
153
build_flags :
128
154
- " --config=remote"
129
155
- " --@rules_dotnet//dotnet/settings:strict_deps=false"
156
+ - " --noenable_bzlmod"
130
157
test_flags :
131
158
- " --config=remote"
132
159
- " --@rules_dotnet//dotnet/settings:strict_deps=false"
160
+ - " --noenable_bzlmod"
0 commit comments