-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ci/docs: Build and check powerpc64le-unknown-linux-musl #4521
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
6c30ff4 to
ef8f6be
Compare
|
By the way, are further fixes needed or should this be ready to go? It needs a rebase, but I didn't want to do that in case you were working on it still. |
ef8f6be to
e96e758
Compare
|
I rebased and addressed the comments, should be ready to go now. |
|
Hm, verify-build fails on 1.63 since there is no std prebuilt on that version yet AFAICT. |
|
I guess just add it to |
e96e758 to
32722da
Compare
Should be done now, I think. |
Now that all of the issues with powerpc64 + musl are resolved, let's make sure it won't regress in the future and also build the documentation for it. Signed-off-by: Jens Reidel <adrian@travitia.xyz>
32722da to
28ea7a9
Compare
tgross35
left a comment
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.
Awesome, thank you for getting this target fixed up!
Now that all of the issues with powerpc64 + musl are resolved, let's make sure it won't regress in the future and also build the documentation for it. Signed-off-by: Jens Reidel <adrian@travitia.xyz> (backport <rust-lang#4521>) (cherry picked from commit 28ea7a9)
Description
Now that all of the issues with powerpc64 + musl are resolved, let's make sure it won't regress in the future and also build the documentation for it.
This is a tier 2 target for a few months now and requires musl 1.2.3 as a baseline.
The big-endian target isn't tier 2 yet, I'm still working towards that, so we can't test it at the moment.
This obviously depends on all the remaining open pull requests with the fixes.
Sources
https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-2-with-host-tools
Checklist
libc-test/semverhave been updated*LASTor*MAXareincluded (see #3131)
cd libc-test && cargo test --target mytarget);especially relevant for platforms that may not be checked in CI