CICD: add ppc64le (linux-gnu) targets to release pipeline#12543
Open
runlevel5 wants to merge 8 commits into
Open
CICD: add ppc64le (linux-gnu) targets to release pipeline#12543runlevel5 wants to merge 8 commits into
runlevel5 wants to merge 8 commits into
Conversation
Contributor
|
Those CI jobs are failing. |
|
GNU testsuite comparison: |
2cb0ec5 to
a546a56
Compare
Author
The prepare cleanup backgrounded 'rm -rf' and 'pkg_delete -a' with '&', letting them race into the build/test phase and intermittently remove build artifacts (manifesting as 'can't find crate for syn' and 'failed to write .rmeta: No such file or directory'). Run them synchronously and raise the Tests VM memory to 8192 to handle the heavier ICU build.
sylvestre
reviewed
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Having binaries in Release would greatly benefit PPC64 packagers for example Linuxbrew and further encourage adoption in enterprise sector.
Related PR
cross-rs/cross#1777