mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Update snap/local/compile_native_wheels.sh
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
e1d8811730
commit
7a27deac31
1 changed files with 2 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ for ARCH in ${TARGET_ARCHS}; do
|
|||
&& /build/venv/bin/pip wheel cryptography cffi -c snap-constraints.txt -w /build \
|
||||
&& mkdir -p /workspace/packages \
|
||||
&& mv /build/cryptography* /build/cffi* /workspace/packages \
|
||||
&& chmod -R 777 /workspace/packages
|
||||
&& chmod 775 /workspace/packages \
|
||||
&& chmod 664 /workspace/packages/*
|
||||
"
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue