mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 10:26:19 +03:00
Merge pull request #399 from radarhere/travis
Use simpler build_multilinux command
This commit is contained in:
commit
196e18d0c6
|
@ -117,10 +117,7 @@ before_install:
|
||||||
install:
|
install:
|
||||||
# Maybe get and clean and patch source
|
# Maybe get and clean and patch source
|
||||||
- clean_code
|
- clean_code
|
||||||
- libc=${MB_ML_LIBC:-manylinux}
|
- build_multilinux aarch64 build_wheel
|
||||||
- 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}/"
|
- ls -l "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4eb855680308fd279357896dfe0afe59e5c307fa
|
Subproject commit 509e63a6d8ab4705a500264d396b0e675798b6fc
|
Loading…
Reference in New Issue
Block a user