Skip to content

Commit eda4ac9

Browse files
committed
DOC: sudo required in ARM wheel builds
May be related to manylinux image now being based on Alpine.
1 parent abf5fa1 commit eda4ac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/Maintenance/Release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ docker run --privileged --rm tonistiigi/binfmt --install all
488488
docker run -it -v $(pwd):/work/ quay.io/pypa/manylinux_2_28_aarch64:latest bash
489489
# In the container
490490
cd /work
491+
yum install sudo
491492
./scripts/internal/manylinux-build-wheels.sh
492493
```
493494

0 commit comments

Comments
 (0)