diff options
| author | Sebastian Berg <sebastian@sipsolutions.net> | 2022-11-23 09:42:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-23 09:42:51 +0100 |
| commit | 145b5a76b00a24aa458f2374990eb294496b2665 (patch) | |
| tree | f7b105b53760900cccc18e1660ba5d742762e438 | |
| parent | 8b74aa6aa3cb3830ec0fc490d8fcee29e7c2a55e (diff) | |
| parent | 0257f60fcc0a349ea5f89455a2402f6da383179d (diff) | |
| download | numpy-145b5a76b00a24aa458f2374990eb294496b2665.tar.gz | |
Merge pull request #22649 from charris/remove-python3.8-aarch64-builds
MAINT: Remove the aarch64 python 3.8 wheel builds
| -rw-r--r-- | .travis.yml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml index 59d42fa31..dc967a9fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,20 +58,6 @@ jobs: arch: arm64 virt: vm env: - - CIBW_BUILD: cp38-manylinux_aarch64 - - EXPECT_CPU_FEATURES: "NEON NEON_FP16 NEON_VFPV4 ASIMD ASIMDHP ASIMDDP ASIMDFHM" - install: python3 -m pip install cibuildwheel==2.11.2 - script: | - cibuildwheel --output-dir wheelhouse - source ./tools/wheels/upload_wheels.sh - set_travis_vars - set_upload_vars - upload_wheels # Will be skipped if not a push/tag/scheduled build - - python: "3.8" - os: linux - arch: arm64 - virt: vm - env: - CIBW_BUILD: cp39-manylinux_aarch64 install: python3 -m pip install cibuildwheel==2.11.2 script: | @@ -110,4 +96,4 @@ before_install: - ./tools/travis-before-install.sh script: - - travis_wait 30 ./tools/travis-test.sh + - ./tools/travis-test.sh |
