-
Notifications
You must be signed in to change notification settings - Fork 377
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
Fix *-solaris
#1424
Comments
I was curious about this, so I ran the two CI jobs on a private fork, and they both failed by running out of disk space.
Edit: I misread |
Fixes #1424. Adapted from rust-lang/rust#108951 and rust-lang/rust#81229 (with some minor changes to satisfy ShellCheck and account for broken symlinks). This PR also renames `x86_64-sun-solaris` to `x86_64-pc-solaris`, as the former was [deprecated](rust-lang/rust#82216) in Rust 1.52.0 and [removed](rust-lang/rust#118091) in Rust 1.76.0, making this a breaking change.
CI fails for the solaris targets:
sparcv9-sun-solaris - ❌
x86_64-sun-solaris - ❌
strangly, I've never been able to catch the error this throws, I think the log is too large and GHA fails. We should maybe check that everything is correctly downloading, as I've seen logs just mentioning syncing of a particular ubuntu/debian repo
The text was updated successfully, but these errors were encountered: