Merge pull request #4844 from RalfJung/ci

re-balance CI
This commit is contained in:
Ralf Jung 2026-02-03 10:14:19 +00:00 committed by GitHub
commit fd1b7c19b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,6 +174,8 @@ case $HOST_TARGET in
MIR_OPT=1 MANY_SEEDS=64 TEST_BENCH=1 CARGO_MIRI_ENV=1 run_tests
# Custom target JSON file
TEST_TARGET=tests/x86_64-unknown-kernel.json MIRI_NO_STD=1 run_tests_minimal no_std
# Not officially supported tier 2
MANY_SEEDS=16 TEST_TARGET=x86_64-pc-solaris run_tests
;;
aarch64-apple-darwin)
# Host
@ -184,7 +186,6 @@ case $HOST_TARGET in
# Not officially supported tier 2
MANY_SEEDS=16 TEST_TARGET=mips-unknown-linux-gnu run_tests # a 32bit big-endian target, and also a target without 64bit atomics
MANY_SEEDS=16 TEST_TARGET=x86_64-unknown-illumos run_tests
MANY_SEEDS=16 TEST_TARGET=x86_64-pc-solaris run_tests
;;
i686-pc-windows-msvc)
# Host