@@ -29,8 +29,10 @@ tasks:
29
29
- " -//test:shell_script_inner_fun_test"
30
30
build_flags :
31
31
- " --noenable_bzlmod"
32
+ - " --enable_workspace"
32
33
test_flags :
33
34
- " --noenable_bzlmod"
35
+ - " --enable_workspace"
34
36
ubuntu1804_examples_standalone :
35
37
name : Examples (spawn_strategy=standalone)
36
38
platform : ubuntu1804
@@ -44,12 +46,14 @@ tasks:
44
46
- " dbg"
45
47
- " --spawn_strategy=standalone"
46
48
- " --noenable_bzlmod"
49
+ - " --enable_workspace"
47
50
test_targets : *linux_targets_standalone
48
51
test_flags :
49
52
- " -c"
50
53
- " dbg"
51
54
- " --spawn_strategy=standalone"
52
55
- " --noenable_bzlmod"
56
+ - " --enable_workspace"
53
57
ubuntu2004_examples :
54
58
name : Examples
55
59
platform : ubuntu2004
@@ -61,8 +65,10 @@ tasks:
61
65
test_targets : *linux_targets
62
66
build_flags :
63
67
- " --noenable_bzlmod"
68
+ - " --enable_workspace"
64
69
test_flags :
65
70
- " --noenable_bzlmod"
71
+ - " --enable_workspace"
66
72
ubuntu2004_examples_bzlmod :
67
73
name : Examples (bzlmod)
68
74
platform : ubuntu2004
@@ -107,13 +113,15 @@ tasks:
107
113
- " --spawn_strategy=standalone"
108
114
- " --noincompatible_enable_cc_toolchain_resolution"
109
115
- " --noenable_bzlmod"
116
+ - " --enable_workspace"
110
117
test_targets : *macos_targets_standalone
111
118
test_flags :
112
119
- " -c"
113
120
- " dbg"
114
121
- " --spawn_strategy=standalone"
115
122
- " --noincompatible_enable_cc_toolchain_resolution"
116
123
- " --noenable_bzlmod"
124
+ - " --enable_workspace"
117
125
macos_examples :
118
126
name : Examples
119
127
platform : macos
@@ -129,10 +137,12 @@ tasks:
129
137
build_flags :
130
138
- " --noincompatible_enable_cc_toolchain_resolution"
131
139
- " --noenable_bzlmod"
140
+ - " --enable_workspace"
132
141
test_targets : *macos_targets
133
142
test_flags :
134
143
- " --noincompatible_enable_cc_toolchain_resolution"
135
144
- " --noenable_bzlmod"
145
+ - " --enable_workspace"
136
146
windows_examples :
137
147
name : Examples
138
148
platform : windows
@@ -163,8 +173,10 @@ tasks:
163
173
test_targets : *windows_targets
164
174
build_flags :
165
175
- " --noenable_bzlmod"
176
+ - " --enable_workspace"
166
177
test_flags :
167
178
- " --noenable_bzlmod"
179
+ - " --enable_workspace"
168
180
rbe_ubuntu2004_flags :
169
181
name : Flags
170
182
platform : rbe_ubuntu2004
0 commit comments