-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix build regression related to auditwheel>=6.1.0
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
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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