We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7a461 commit 8932201Copy full SHA for 8932201
.travis.yml
@@ -91,7 +91,7 @@ script:
91
fi
92
- libc=${MB_ML_LIBC:-manylinux}
93
- docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}
94
- - docker run --rm -e INTERFACE64="${INTERFACE64}" -e MB_ML_LIBC="${MB_ML_LIBC}" -v $(pwd):/openblas "${docker_image}" /bin/bash -xe /openblas/tools/build_wheel.sh
+ - travis wait docker run --rm -e INTERFACE64="${INTERFACE64}" -e MB_ML_LIBC="${MB_ML_LIBC}" -v $(pwd):/openblas "${docker_image}" /bin/bash -xe /openblas/tools/build_wheel.sh
95
96
after_success:
97
- set +ex
0 commit comments