-
Notifications
You must be signed in to change notification settings - Fork 13.4k
AIX fails to build #141543
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
It hasn't built for a month https://does-it-build.noratrieb.dev/target?target=powerpc64-ibm-aix |
cc #109099 |
Merged
Sorry for the breakage. AIX was not one of the ~20 platforms I regularly check while working to get decent cfg coverage. I've pushed a fix as #142091. This is the only instance of this class of errors from that PR. |
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Jun 5, 2025
…ubilee Fix AIX build Fix rust-lang#141543. `getenv` was moved out of this file to `sys::env::getenv` in rust-lang#140143. Replace its usage with `std::env::var_os`, the publicly exposed version. This matches the other usages of the same function in this file.
rust-timer
added a commit
that referenced
this issue
Jun 6, 2025
Rollup merge of #142091 - thaliaarchi:aix-getenv, r=workingjubilee Fix AIX build Fix #141543. `getenv` was moved out of this file to `sys::env::getenv` in #140143. Replace its usage with `std::env::var_os`, the publicly exposed version. This matches the other usages of the same function in this file.
github-actions bot
pushed a commit
to rust-lang/miri
that referenced
this issue
Jun 7, 2025
Fix AIX build Fix rust-lang/rust#141543. `getenv` was moved out of this file to `sys::env::getenv` in rust-lang/rust#140143. Replace its usage with `std::env::var_os`, the publicly exposed version. This matches the other usages of the same function in this file.
Thanks for fixing this @thaliaarchi |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hit this in a CI run of Mio: https://github.com/tokio-rs/mio/actions/runs/15226132067/job/42828397158.
Relevant information:
Build log:
The text was updated successfully, but these errors were encountered: