Skip to content

Commit

Permalink
(CI) skip cross x86_64-sun-solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Dec 1, 2024
1 parent 41d2150 commit 9eb969e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,11 @@ jobs:
# (just a few chosen)
- aarch64-linux-android
- i686-linux-android
# BUG: `libc` fails to compile on x86_64-pc-solaris
# BUG: `libc` fails to compile on x86_64-pc-solaris, x86_64-sun-solaris
# see PR #350
# see https://github.com/nix-rust/nix/pull/2544
# - x86_64-pc-solaris
- x86_64-sun-solaris
# - x86_64-sun-solaris
- x86_64-linux-android
- x86_64-unknown-redox
# - wasm32-unknown-emscripten
Expand Down
2 changes: 1 addition & 1 deletion tools/rust-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ for TARGET in \
aarch64-linux-android \
i686-linux-android \
`# x86_64-pc-solaris` \
x86_64-sun-solaris \
`# x86_64-sun-solaris` \
x86_64-linux-android \
x86_64-unknown-redox \
`# mips64-unknown-linux-gnuabi64` \
Expand Down

0 comments on commit 9eb969e

Please sign in to comment.