Skip to content
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

feat: add manylinux_2_36 to manylinux_2_39 policies #504

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Aug 4, 2024

fix #490

Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.25%. Comparing base (14c4282) to head (a7d5c94).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #504   +/-   ##
=======================================
  Coverage   92.25%   92.25%           
=======================================
  Files          20       20           
  Lines        1266     1266           
  Branches      305      305           
=======================================
  Hits         1168     1168           
  Misses         56       56           
  Partials       42       42           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mayeut mayeut merged commit ca2a71a into pypa:main Aug 10, 2024
10 of 11 checks passed
@mayeut mayeut deleted the ml-2.39 branch August 11, 2024 11:03
xen0n added a commit to ruyisdk/ruyi that referenced this pull request Aug 12, 2024
The latest auditwheel has added riscv64 manylinux ABI support, but our
build environment (and support baseline) is more recent than that,
causing our riscv64 builds to fail. For now, just probe for auditwheel
>= 6.1.0 and override the platform tag if necessary.

The pygit2 build always downloads the most recent auditwheel, so
unconditionally apply the platform tag override for it.

Link: pypa/auditwheel#504
xen0n added a commit to ruyisdk/ruyi that referenced this pull request Aug 12, 2024
The latest auditwheel has added riscv64 manylinux ABI support, but our
build environment (and support baseline) is more recent than that,
causing our riscv64 builds to fail. For now, just probe for auditwheel
>= 6.1.0 and override the platform tag if necessary.

The pygit2 build always downloads the most recent auditwheel, so
unconditionally apply the platform tag override for it.

Link: pypa/auditwheel#504
(cherry picked from commit 62ed850)
xen0n added a commit to ruyisdk/ruyi that referenced this pull request Aug 12, 2024
The latest auditwheel has added riscv64 manylinux ABI support, but our
build environment (and support baseline) is more recent than that,
causing our riscv64 builds to fail. For now, just probe for auditwheel
>= 6.1.0 and override the platform tag if necessary.

The pygit2 build always downloads the most recent auditwheel, so
unconditionally apply the platform tag override for it.

Link: pypa/auditwheel#504
xen0n added a commit to ruyisdk/ruyi that referenced this pull request Aug 12, 2024
The latest auditwheel has added riscv64 manylinux ABI support, but our
build environment (and support baseline) is more recent than that,
causing our riscv64 builds to fail. For now, just probe for auditwheel
>= 6.1.0 and override the platform tag if necessary.

The pygit2 build always downloads the most recent auditwheel, so
unconditionally apply the platform tag override for it.

Link: pypa/auditwheel#504
(cherry picked from commit 21fb016)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Ubuntu Noble (glibc 2.39)
1 participant