mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-05 22:20:54 +03:00
Merge pull request #288 from radarhere/default
multibuild now considers PLAT when selecting focal test images
This commit is contained in:
commit
d39ccfcecb
2
.github/workflows/build.sh
vendored
2
.github/workflows/build.sh
vendored
|
@ -16,8 +16,6 @@ if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
|
|||
MB_PYTHON_OSX_VER="10.9"
|
||||
if [[ "$PLAT" == "i686" ]]; then
|
||||
DOCKER_TEST_IMAGE="multibuild/xenial_$PLAT"
|
||||
else
|
||||
DOCKER_TEST_IMAGE="multibuild/focal_$PLAT"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ env:
|
|||
- REPO_DIR=Pillow
|
||||
- BUILD_COMMIT=HEAD
|
||||
- PLAT=aarch64
|
||||
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
|
||||
- TEST_DEPENDS="pytest pytest-timeout"
|
||||
|
||||
language: python
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d0fdfdd42d1dfb82be1b7bddf185dd6a1c287bf8
|
||||
Subproject commit a573af1e3c701b3326a2b185719c0bd116ab44a4
|
Loading…
Reference in New Issue
Block a user