.travis.yml: Drop arm64 case.
We started running a Linux arm64 case in GitHub Actions.[1] So, it's time to
drop the Linux arm64 case in Travis CI.
[1] a9d37ac3e5
This commit is contained in:
parent
86b262179d
commit
6d3951e788
Notes:
git
2025-01-20 14:48:25 +00:00
@ -55,10 +55,6 @@ env:
|
||||
openssl
|
||||
zlib1g-dev
|
||||
- gcc-11 --version
|
||||
- &arm64-linux
|
||||
name: arm64-linux
|
||||
arch: arm64
|
||||
<<: *gcc-11
|
||||
- &ppc64le-linux
|
||||
name: ppc64le-linux
|
||||
arch: ppc64le
|
||||
@ -75,12 +71,9 @@ env:
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- <<: *arm64-linux
|
||||
- <<: *ppc64le-linux
|
||||
- <<: *s390x-linux
|
||||
allow_failures:
|
||||
# The arm64 is very slow to start the jobs.
|
||||
- name: arm64-linux
|
||||
- name: ppc64le-linux
|
||||
- name: s390x-linux
|
||||
fast_finish: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user