version 1.5.2 of the manylinux container should give us python 3.6 builds now. See 90c0fca14e

This commit is contained in:
Ian Bell
2018-03-10 19:28:44 -07:00
parent 8d728719cf
commit ea75360dc2

View File

@@ -14,7 +14,7 @@ else
exit 1
fi
DOCKER_MACHINE_TAG="v1.5.0"
DOCKER_MACHINE_TAG="v1.5.2"
# Stop on errors
set -ex
@@ -55,6 +55,7 @@ pushd ${CUR_DIR}/../../..
# Run the build script
chmod +x ${CUR_DIR}/01_build_wheels.sh
docker rm -f manylinux
# docker run --rm -v `pwd`:/io ${DOCKER_IMG_NAME}:${DOCKER_MACHINE_TAG} /io/wrappers/Python/manylinux/01_build_wheels.sh ${SETUP_PY_ARGS}
docker run -itd --name manylinux ${DOCKER_IMG_NAME}:${DOCKER_MACHINE_TAG} bash ls /py*
docker run -itd --name manylinux ${DOCKER_IMG_NAME}:${DOCKER_MACHINE_TAG} bash