4
4
platform : ubuntu2004
5
5
build_targets :
6
6
- " //..."
7
+ - " @rules_foreign_cc_toolchains//..."
7
8
test_targets :
8
9
- " //..."
9
10
rbe_ubuntu2004 :
10
11
platform : rbe_ubuntu2004
11
12
build_targets :
12
13
- " //..."
14
+ - " @rules_foreign_cc_toolchains//..."
13
15
test_targets :
14
16
- " //..."
15
17
macos :
16
18
platform : macos
17
19
build_targets :
18
20
- " //..."
21
+ - " @rules_foreign_cc_toolchains//..."
19
22
test_targets :
20
23
- " //..."
21
24
windows :
22
25
platform : windows
23
26
build_targets :
24
27
- " //..."
28
+ - " @rules_foreign_cc_toolchains//..."
25
29
test_targets :
26
30
- " //..."
27
31
# TODO: https://github.com/bazel-contrib/rules_foreign_cc/issues/495
28
32
- " -//test:shell_method_symlink_contents_to_dir_test"
29
33
- " -//test:shell_script_inner_fun_test"
30
34
build_flags :
31
- - " --noenable_bzlmod"
32
- - " --enable_workspace"
35
+ - " --config=no-bzlmod"
33
36
test_flags :
34
- - " --noenable_bzlmod"
35
- - " --enable_workspace"
37
+ - " --config=no-bzlmod"
36
38
ubuntu1804_examples_standalone :
37
39
name : Examples (spawn_strategy=standalone)
38
40
platform : ubuntu1804
54
56
- " --spawn_strategy=standalone"
55
57
- " --noenable_bzlmod"
56
58
- " --enable_workspace"
57
- ubuntu2004_examples :
58
- name : Examples
59
+ ubuntu2004_examples_no_bzlmod :
60
+ name : Examples (No Bzlmod)
59
61
platform : ubuntu2004
60
62
working_directory : examples
61
63
linux_targets : &linux_targets
@@ -64,13 +66,11 @@ tasks:
64
66
build_targets : *linux_targets
65
67
test_targets : *linux_targets
66
68
build_flags :
67
- - " --noenable_bzlmod"
68
- - " --enable_workspace"
69
+ - " --config=no-bzlmod"
69
70
test_flags :
70
- - " --noenable_bzlmod"
71
- - " --enable_workspace"
72
- ubuntu2004_examples_bzlmod :
73
- name : Examples (bzlmod)
71
+ - " --config=no-bzlmod"
72
+ ubuntu2004_examples :
73
+ name : Examples
74
74
platform : ubuntu2004
75
75
working_directory : examples
76
76
linux_targets : &linux_targets_bzlmod
@@ -80,10 +80,7 @@ tasks:
80
80
- " -//cmake_android/..."
81
81
build_targets : *linux_targets_bzlmod
82
82
test_targets : *linux_targets_bzlmod
83
- build_flags :
84
- - " --enable_bzlmod"
85
83
rbe_ubuntu2004_examples :
86
- name : Examples
87
84
platform : rbe_ubuntu2004
88
85
working_directory : examples
89
86
rbe_targets : &rbe_targets
@@ -95,6 +92,10 @@ tasks:
95
92
- " -//:requirements_test"
96
93
build_targets : *rbe_targets
97
94
test_targets : *rbe_targets
95
+ build_flags :
96
+ - " --config=no-bzlmod"
97
+ test_flags :
98
+ - " --config=no-bzlmod"
98
99
macos_examples_standalone :
99
100
name : Examples (spawn_strategy=standalone)
100
101
platform : macos
@@ -112,16 +113,14 @@ tasks:
112
113
- " dbg"
113
114
- " --spawn_strategy=standalone"
114
115
- " --noincompatible_enable_cc_toolchain_resolution"
115
- - " --noenable_bzlmod"
116
- - " --enable_workspace"
116
+ - " --config=no-bzlmod"
117
117
test_targets : *macos_targets_standalone
118
118
test_flags :
119
119
- " -c"
120
120
- " dbg"
121
121
- " --spawn_strategy=standalone"
122
122
- " --noincompatible_enable_cc_toolchain_resolution"
123
- - " --noenable_bzlmod"
124
- - " --enable_workspace"
123
+ - " --config=no-bzlmod"
125
124
macos_examples :
126
125
name : Examples
127
126
platform : macos
@@ -136,13 +135,11 @@ tasks:
136
135
build_targets : *macos_targets
137
136
build_flags :
138
137
- " --noincompatible_enable_cc_toolchain_resolution"
139
- - " --noenable_bzlmod"
140
- - " --enable_workspace"
138
+ - " --config=no-bzlmod"
141
139
test_targets : *macos_targets
142
140
test_flags :
143
141
- " --noincompatible_enable_cc_toolchain_resolution"
144
- - " --noenable_bzlmod"
145
- - " --enable_workspace"
142
+ - " --config=no-bzlmod"
146
143
windows_examples :
147
144
name : Examples
148
145
platform : windows
@@ -172,11 +169,9 @@ tasks:
172
169
build_targets : *windows_targets
173
170
test_targets : *windows_targets
174
171
build_flags :
175
- - " --noenable_bzlmod"
176
- - " --enable_workspace"
172
+ - " --config=no-bzlmod"
177
173
test_flags :
178
- - " --noenable_bzlmod"
179
- - " --enable_workspace"
174
+ - " --config=no-bzlmod"
180
175
rbe_ubuntu2004_flags :
181
176
name : Flags
182
177
platform : rbe_ubuntu2004
0 commit comments