File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 2
2
aspects_flags : &aspects_flags
3
3
- " --config=rustfmt"
4
4
- " --config=clippy"
5
+ min_rust_version_shell_commands : &min_rust_version_shell_commands
6
+ - sed -i 's|^rust_register_toolchains(|rust_register_toolchains(versions = ["1.58.0"],\n|' WORKSPACE.bazel
5
7
default_linux_targets : &default_linux_targets
6
8
- " //..."
7
9
default_macos_targets : &default_macos_targets
@@ -202,6 +204,19 @@ tasks:
202
204
build_targets : *default_linux_targets
203
205
test_targets : *default_linux_targets
204
206
build_flags : *aspects_flags
207
+ ubuntu2004_min_rust_version :
208
+ name : " Min Rust Version"
209
+ platform : ubuntu2004
210
+ shell_commands : *min_rust_version_shell_commands
211
+ build_targets : *default_linux_targets
212
+ test_targets : *default_linux_targets
213
+ ubuntu2004_min_rust_version_with_aspects :
214
+ name : " Min Rust Version With Aspects"
215
+ platform : ubuntu2004
216
+ shell_commands : *min_rust_version_shell_commands
217
+ build_targets : *default_linux_targets
218
+ test_targets : *default_linux_targets
219
+ build_flags : *aspects_flags
205
220
ubuntu2004_rolling_with_aspects :
206
221
name : " Rolling Bazel Version With Aspects"
207
222
bazel : " rolling"
You can’t perform that action at this time.
0 commit comments