File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ buildifier:
5
5
warnings : " -function-docstring-args,-print,-provider-params,-unnamed-macro"
6
6
bazel : 4.0.0
7
7
tasks :
8
- default_workspace_ubuntu2104 :
9
- platform : ubuntu2104
8
+ default_workspace_ubuntu1804 :
9
+ platform : ubuntu1804
10
10
test_targets :
11
11
- //...
12
12
test_flags :
@@ -170,7 +170,7 @@ tasks:
170
170
- --keep_going
171
171
- --config=buildkite
172
172
testing_examples :
173
- platform : ubuntu2104
173
+ platform : ubuntu1804
174
174
working_directory : testing/examples
175
175
shell_commands :
176
176
- cp ../../.bazelrc .
@@ -183,14 +183,14 @@ tasks:
183
183
test_flags :
184
184
- --test_output=errors
185
185
testing_java_image :
186
- platform : ubuntu2104
186
+ platform : ubuntu1804
187
187
working_directory : testing/java_image
188
188
shell_commands :
189
189
- cp ../../.bazelrc .
190
190
build_targets :
191
191
- //...
192
192
testing_download_pkgs_at_root :
193
- platform : ubuntu2104
193
+ platform : ubuntu1804
194
194
working_directory : testing/download_pkgs_at_root
195
195
shell_commands :
196
196
- cp ../../.bazelrc .
@@ -199,7 +199,7 @@ tasks:
199
199
test_flags :
200
200
- --test_output=errors
201
201
testing_custom_toolchain_flags :
202
- platform : ubuntu2104
202
+ platform : ubuntu1804
203
203
working_directory : testing/custom_toolchain_flags
204
204
shell_commands :
205
205
- cp ../../.bazelrc .
You can’t perform that action at this time.
0 commit comments