"platforms/reference/include/ReferenceKernels.h" did not exist on "607f2b6a2587575754c1b38dd286685ed9317325"
Commit 45db494c authored by Matthew Brett's avatar Matthew Brett
Browse files

Update build_package script

parent e3a10bed
Subproject commit 1e7c960946d131e24fadf020576944ac6f2884f4
Subproject commit 3fe491741fef631e6236a30d4502eaa289b510a9
......@@ -41,7 +41,7 @@ function build_plat_wheels {
local plat=${1:-x86_64}
local docker_image=quay.io/pypa/manylinux1_$plat
docker pull $docker_image
if [ "$PLAT" == "i686" ]; then local intro_cmd=linux32; fi
if [ "$plat" == "i686" ]; then local intro_cmd=linux32; fi
docker run --rm \
-e PYTHON_VERSION=$TRAVIS_PYTHON_VERSION \
-e UNICODE_WIDTHS=$UNICODE_WIDTHS \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment