Skip to content

Commit ab79609

Browse files
committed
adjust CI once more, leave TODO to figure out list inheritence
1 parent d5c918d commit ab79609

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,18 @@ single_rust_channel_targets: &single_rust_channel_targets
2626
- "-//test/unit/channel_transitions/..."
2727
- "-//test/unpretty/..."
2828
single_rust_channel_min_version_targets: &single_rust_channel_min_version_targets
29-
<<: *single_rust_channel_targets
29+
# START - Copied from 'single_rust_channel_targets'.
30+
# TODO: Figure out how to do proper list inheritence.
31+
- "--"
32+
- "//..."
33+
# TODO: Remove this and replace `cargo_bootstrap_repository` with a
34+
# http_archive for a release: https://github.com/cross-rs/cross/issues/1356
35+
- "-//crate_universe/tools/cross_installer/..."
36+
# These tests are expected to fail as they require both a nightly and stable toolchain.
37+
- "-//test/unit/channel_transitions/..."
38+
- "-//test/unpretty/..."
39+
# END - Copied from 'single_rust_channel_targets'.
40+
#
3041
# These tests exercise behavior only available versions of Rust >1.80
3142
- "-//tests/unit/lint_flags/..."
3243
default_linux_targets: &default_linux_targets

0 commit comments

Comments
 (0)