Skip to content

Use manylinux_2_17 instead of manylinux_2_24 tag for manylinux2014 aarch64 wheels#27239

Closed
lidizheng wants to merge 1 commit intogrpc:masterfrom
lidizheng:py-64
Closed

Use manylinux_2_17 instead of manylinux_2_24 tag for manylinux2014 aarch64 wheels#27239
lidizheng wants to merge 1 commit intogrpc:masterfrom
lidizheng:py-64

Conversation

@lidizheng
Copy link
Copy Markdown
Contributor

Follow-up of Jan's comment in #26074.

@lidizheng lidizheng added the release notes: yes Indicates if PR needs to be in release notes label Sep 2, 2021
# instead of the incorrect manylinux2014 (see the note above).
ENV AUDITWHEEL_PLAT manylinux_2_24_$AUDITWHEEL_ARCH
# manylinux_2_17 is the preferred alias of manylinux2014
ENV AUDITWHEEL_PLAT manylinux_2_17_$AUDITWHEEL_ARCH
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this works, don't forget to rename the dockerfile to back to manylinux2014 (or to manylinux_2_17, but note that we are using manylinux2014 in the name of other docker images, so that might be a better choice)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we also need to check the resulting wheel with auditwheel on aarch64 to make sure it's really manylinux_2_17 compliant (it is, according to my earlier experiment, but it's better to doublecheck).

@jtattermusch
Copy link
Copy Markdown
Contributor

superseded by #27280

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release notes: yes Indicates if PR needs to be in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants