Skip to content

Commit

Permalink
Merge pull request #398 from radarhere/travis
Browse files Browse the repository at this point in the history
Fix Travis builds
  • Loading branch information
mergify[bot] authored Aug 15, 2023
2 parents cfd5c8a + 41eae5f commit e09fab7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env:
- REPO_DIR=Pillow
- BUILD_COMMIT=HEAD
- PLAT=aarch64
- TEST_DEPENDS="pytest pytest-timeout"
- TEST_DEPENDS="pytest-timeout"

language: python
# Default Python version is usually 3.6
Expand Down Expand Up @@ -117,7 +117,10 @@ before_install:
install:
# Maybe get and clean and patch source
- clean_code
- build_wheel
- libc=${MB_ML_LIBC:-manylinux}
- docker_image="quay.io/pypa/${MB_ML_LIBC:-manylinux}${MB_ML_VER}_${PLAT}"
- retry docker pull $docker_image
- 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
- ls -l "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/"

script:
Expand Down

0 comments on commit e09fab7

Please sign in to comment.