Merge pull request #288 from radarhere/default

multibuild now considers PLAT when selecting focal test images
This commit is contained in:
Andrew Murray 2022-04-19 09:15:02 +10:00 committed by GitHub
commit d39ccfcecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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