-
Notifications
You must be signed in to change notification settings - Fork 503
build failure of openssl-sys on illumos within rustup project #798
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
Comments
This was referenced Mar 15, 2023
To quote myself from one of those issues: Oh now that's interesting. The way that's supposed to get picked up is:
Clearly something in that path doesn't work, but it's hard to tell exactly what without access to an illumos system. Any chance you could try adding some debug prints to the above and run the CI to see where the envvar does/does not get picked up? |
RalfJung
pushed a commit
to RalfJung/miri
that referenced
this issue
Mar 22, 2023
…ulacrum Add RANLIB_x86_64_unknown_illumos env for dist-x86_64-illumos dockerfile close rust-lang/cc-rs#798 We already set `AR_x86_64_unknown_illumos` in the dockerfile. So it is reasonable to set the `RANLIB_x86_64_unknown_illumos`.
RalfJung
pushed a commit
to RalfJung/rust-analyzer
that referenced
this issue
Apr 20, 2024
…ulacrum Add RANLIB_x86_64_unknown_illumos env for dist-x86_64-illumos dockerfile close rust-lang/cc-rs#798 We already set `AR_x86_64_unknown_illumos` in the dockerfile. So it is reasonable to set the `RANLIB_x86_64_unknown_illumos`.
RalfJung
pushed a commit
to RalfJung/rust-analyzer
that referenced
this issue
Apr 27, 2024
…ulacrum Add RANLIB_x86_64_unknown_illumos env for dist-x86_64-illumos dockerfile close rust-lang/cc-rs#798 We already set `AR_x86_64_unknown_illumos` in the dockerfile. So it is reasonable to set the `RANLIB_x86_64_unknown_illumos`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For more context - rust-lang/rustup#3263 and sfackler/rust-openssl#1839
In https://github.com/rust-lang/rustup/actions/runs/4398020553/jobs/7701559253 (which will get deleted at some point) we see
In rustup, we fetch the docker from rust CI cache. The dockerfile for illumos job from https://github.com/rust-lang/rust/blob/master/src/ci/docker/host-x86_64/dist-x86_64-illumos/Dockerfile.
We use it in https://github.com/rust-lang/rustup/blob/master/ci/docker/x86_64-unknown-illumos/Dockerfile
It seems we already set the AR environment. But it didn't work.
The text was updated successfully, but these errors were encountered: