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

Commit 196e18d

Browse files
authored
Merge pull request #399 from radarhere/travis
Use simpler build_multilinux command
2 parents e09fab7 + ef34405 commit 196e18d

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,7 @@ before_install:
117117
install:
118118
# Maybe get and clean and patch source
119119
- clean_code
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
120+
- build_multilinux aarch64 build_wheel
124121
- ls -l "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/"
125122

126123
script:

multibuild

0 commit comments

Comments
 (0)