Skip to content

Commit

Permalink
feat: add musllinux riscv64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jan 4, 2025
1 parent 591430d commit 17bdac1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/auditwheel/policy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ def _fixup_musl_libc_soname(libc: Libc, arch: str, whitelist):
"s390x": "libc.musl-s390x.so.1",
"ppc64le": "libc.musl-ppc64le.so.1",
"armv7l": "libc.musl-armv7.so.1",
"riscv64": "libc.musl-riscv64.so.1",
}
}
new_whitelist = []
Expand Down
4 changes: 4 additions & 0 deletions src/auditwheel/policy/musllinux-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"s390x": {
},
"armv7l": {
},
"riscv64": {
}
},
"lib_whitelist": ["libc.so", "libz.so.1"],
Expand All @@ -42,6 +44,8 @@
"s390x": {
},
"armv7l": {
},
"riscv64": {
}
},
"lib_whitelist": ["libc.so", "libz.so.1"],
Expand Down

0 comments on commit 17bdac1

Please sign in to comment.