Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: disable broken Solaris and Emscripten cross jobs #585

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: disable Solaris and Emscripten cross jobs
  • Loading branch information
newpavlov committed Jan 24, 2025
commit 2ea47cce6cdeed283179229ac153517c5f86de95
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
strategy:
matrix:
target: [
sparcv9-sun-solaris,
# This target is currently broken:
# https://github.com/rust-random/getrandom/actions/runs/12949235456/job/36119544880
# sparcv9-sun-solaris,
x86_64-unknown-illumos,
]
steps:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ jobs:
# See: https://github.com/cross-rs/cross/issues/1222
# aarch64-linux-android,
powerpc-unknown-linux-gnu,
wasm32-unknown-emscripten,
# This target is currently broken:
# https://github.com/rust-random/getrandom/actions/runs/12949235459/job/36119546920
#wasm32-unknown-emscripten,
]
steps:
- uses: actions/checkout@v4
Expand Down