Update snap/local/compile_native_wheels.sh

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Adrien Ferrand 2020-06-03 20:32:01 +02:00 committed by GitHub
parent e1d8811730
commit 7a27deac31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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