-
Notifications
You must be signed in to change notification settings - Fork 690
Support AIX operating system #1823
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
Is AIX supported by rustc as a tier 3 compiler? I don't see it in https://doc.rust-lang.org/nightly/rustc/platform-support.html. That's generally a prerequisite for adding support to nix, as we otherwise can't guarantee compilation won't be broken by subsequent PRs. |
A proposal has been filed by the author. |
Understand. rust-lang/compiler-team#553 has not been accepted yet, so I keep this PR in draft status. 😊 |
It looks like that PR is accepted; is this change now waiting on rust-lang/libc#2894? |
Yes, this depends on libc. But rustc can recognize |
Hi! Can this one be merged now? |
Yes, this is ready and built successfully on AIX system. Since |
Hi, is this ready to be checked-in now? |
You should rebase to fix the CI errors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the CI errors are all fixed. Bors will find out.
bors r+
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page.
|
Thanks! |
No description provided.