Skip to content

Commit d2b0ced

Browse files
committed
Drop Linux 32-bit wheels
Because the docker image pyca/cryptography-manylinux1:i686 has been removed (pyca stopped supporting i686 in v2.7)
1 parent dee7db7 commit d2b0ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/build-all-manylinux1-wheels.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ manylinux1_image_prefix="pyca/cryptography-manylinux1:"
2626
dock_ext_args=""
2727
declare -A docker_pull_pids=() # This syntax requires at least bash v4
2828

29-
for arch in x86_64 i686
29+
for arch in x86_64
3030
do
3131
docker pull "${manylinux1_image_prefix}${arch}" &
3232
docker_pull_pids[$arch]=$!
3333
done
3434

35-
for arch in x86_64 i686
35+
for arch in x86_64
3636
do
3737
echo
3838
echo

0 commit comments

Comments
 (0)