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

Update auditwheel to 6.1.0 #811

Merged
merged 1 commit into from
Dec 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions 0001-Support-musllinux-armv6l.patch
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
From 28c643373935846303a96d1f06638344776fb443 Mon Sep 17 00:00:00 2001
From 61997d54a968ac9df4e7df5de0a792f7b03881f8 Mon Sep 17 00:00:00 2001
From: Pascal Vizeli <[email protected]>
Date: Wed, 15 Jun 2022 12:48:56 +0000
Subject: [PATCH 1/1] Support musllinux armv6l
Subject: [PATCH] Support musllinux armv6l

---
src/auditwheel/policy/__init__.py | 1 +
src/auditwheel/policy/musllinux-policy.json | 4 ++++
2 files changed, 5 insertions(+)

diff --git a/src/auditwheel/policy/__init__.py b/src/auditwheel/policy/__init__.py
index 19ff9eb..cdc6ecd 100644
index 7c9b158..90c7e17 100644
--- a/src/auditwheel/policy/__init__.py
+++ b/src/auditwheel/policy/__init__.py
@@ -86,6 +86,7 @@ def _fixup_musl_libc_soname(whitelist):
@@ -279,6 +279,7 @@ def _fixup_musl_libc_soname(libc: Libc, arch: str, whitelist):
"aarch64": "libc.musl-aarch64.so.1",
"s390x": "libc.musl-s390x.so.1",
"ppc64le": "libc.musl-ppc64le.so.1",
Expand Down Expand Up @@ -42,6 +42,5 @@ index b103099..9365636 100644
"armv7l": {
}
},
--
2.30.2

--
2.47.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG \
BUILD_ARCH \
CPYTHON_ABI \
QEMU_CPU \
AUDITWHEEL_VERSION=5.1.2 \
AUDITWHEEL_VERSION=6.1.0 \
PIP_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ \

WORKDIR /usr/src
Expand Down