-
Couldn't load subscription status.
- Fork 13.9k
Make Solaris builder compatible with Solaris 10 retry #45343
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
Conversation
Unfortunately, #45255 does not quite cut it, so use a different approach to have Solaris 10 compatibility by tricking libbacktrace's autoconf tests. The sysroot download routine is slightly changed, too.
|
(highfive disappeared...) |
|
@bors: r+ |
|
📌 Commit 0597bda has been approved by |
Make Solaris builder compatible with Solaris 10 retry Unfortunately, rust-lang#45255 does not quite cut it, so use a different approach to have Solaris 10 compatibility by tricking libbacktrace's autoconf tests. The sysroot download routine is slightly changed, too.
[beta] Make Solaris builder compatible with Solaris 10 retry Backport of #45343.
[beta] Make Solaris builder compatible with Solaris 10 retry Backport of #45343.
|
The "apt-cache"-based approach introduced in this PR now seems to download >15k packages in CI: https://github.com/rust-lang-ci/rust/actions/runs/4375805054/jobs/7657029939#step:26:2250 |
|
I've put a new approach in #108951. |
Unfortunately, #45255 does not quite cut it,
so use a different approach to have Solaris 10 compatibility
by tricking libbacktrace's autoconf tests.
The sysroot download routine is slightly changed, too.