Use manylinux_2_17 instead of manylinux_2_24 tag for manylinux2014 aarch64 wheels#27280
Merged
jtattermusch merged 3 commits intogrpc:masterfrom Sep 9, 2021
Merged
Use manylinux_2_17 instead of manylinux_2_24 tag for manylinux2014 aarch64 wheels#27280jtattermusch merged 3 commits intogrpc:masterfrom
jtattermusch merged 3 commits intogrpc:masterfrom
Conversation
gnossen
approved these changes
Sep 8, 2021
Contributor
Author
|
Manual |
ashithasantosh
pushed a commit
to ashithasantosh/grpc
that referenced
this pull request
Sep 10, 2021
…rch64 wheels (grpc#27280) * Let's see if the aarch64 manylinux bug is fixed or not * rename aarch64 image back to manylinux2014 for consistency * fix C# aarch64 artifact build Co-authored-by: Lidi Zheng <[email protected]>
lidizheng
added a commit
to lidizheng/grpc
that referenced
this pull request
Sep 23, 2021
…rch64 wheels (grpc#27280) * Let's see if the aarch64 manylinux bug is fixed or not * rename aarch64 image back to manylinux2014 for consistency * fix C# aarch64 artifact build Co-authored-by: Lidi Zheng <[email protected]>
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.
Follow-up on #26074 (comment)
Based on @lidizheng 's #27239
Since for crosscompiled aarch64 wheels we currently don't run "auditwheel repair", the resulting wheels need to be manually checked for manylinux_2_17 compliance.