diff options
| author | Ralf Jung <post@ralfj.de> | 2024-11-22 07:37:38 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-11-22 07:37:38 +0100 |
| commit | 7dcba03d28ee69764e5a9492d1f1f2518e36834f (patch) | |
| tree | 3318055ab459e13376217c55d566915fc0987b52 | |
| parent | 69930dc963440be5b39270edfd9205366283be00 (diff) | |
| download | rust-7dcba03d28ee69764e5a9492d1f1f2518e36834f.tar.gz rust-7dcba03d28ee69764e5a9492d1f1f2518e36834f.zip | |
disable solaris on CI for now
| -rwxr-xr-x | src/tools/miri/ci/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/ci/ci.sh b/src/tools/miri/ci/ci.sh index 0356d7ecf10..9b020d029a6 100755 --- a/src/tools/miri/ci/ci.sh +++ b/src/tools/miri/ci/ci.sh @@ -153,7 +153,7 @@ case $HOST_TARGET in TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal $BASIC $UNIX time hashmap random threadname pthread fs libc-pipe TEST_TARGET=i686-unknown-freebsd run_tests_minimal $BASIC $UNIX time hashmap random threadname pthread fs libc-pipe TEST_TARGET=x86_64-unknown-illumos run_tests_minimal $BASIC $UNIX time hashmap random thread sync available-parallelism tls libc-pipe - TEST_TARGET=x86_64-pc-solaris run_tests_minimal $BASIC $UNIX time hashmap random thread sync available-parallelism tls libc-pipe + # TEST_TARGET=x86_64-pc-solaris run_tests_minimal $BASIC $UNIX time hashmap random thread sync available-parallelism tls libc-pipe TEST_TARGET=aarch64-linux-android run_tests_minimal $BASIC $UNIX time hashmap random sync threadname pthread TEST_TARGET=wasm32-wasip2 run_tests_minimal $BASIC wasm TEST_TARGET=wasm32-unknown-unknown run_tests_minimal no_std empty_main wasm # this target doesn't really have std |
