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 c250e4f commit 01caedaCopy full SHA for 01caeda
.travis.yml
@@ -85,7 +85,7 @@ install:
85
86
script:
87
# Build library and collect into libs subdirectory
88
- - travis_wait 40 build_on_travis
+ - build_on_travis
89
- libc=${MB_ML_LIBC:-manylinux}
90
- docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}
91
- 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
0 commit comments