Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit efb4459

Browse files
committed
Set "BUILD_COMMANDS" to single word
1 parent cfd5c8a commit efb4459

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@ before_install:
117117
install:
118118
# Maybe get and clean and patch source
119119
- clean_code
120-
- build_wheel
120+
- libc=${MB_ML_LIBC:-manylinux}
121+
- docker_image="quay.io/pypa/${MB_ML_LIBC:-manylinux}${MB_ML_VER}_${PLAT}"
122+
- retry docker pull $docker_image
123+
- docker run --rm -e BUILD_COMMANDS="build_wheel" -e PYTHON_VERSION="$MB_PYTHON_VERSION" -e MB_PYTHON_VERSION="$MB_PYTHON_VERSION" -e BUILD_COMMIT="HEAD" -e REPO_DIR="$REPO_DIR" -e PLAT="$PLAT" -e MB_ML_VER="$MB_ML_VER" -e MB_ML_LIBC="$libc" -v $PWD:/io -v $HOME:/parent-home $docker_image /io/$MULTIBUILD_DIR/docker_build_wrap.sh
121124
- ls -l "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/"
122125

123126
script:

0 commit comments

Comments
 (0)