Skip to content

Commit 6d3951e

Browse files
committed
.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] a9d37ac
1 parent 86b2621 commit 6d3951e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ env:
5555
openssl
5656
zlib1g-dev
5757
- gcc-11 --version
58-
- &arm64-linux
59-
name: arm64-linux
60-
arch: arm64
61-
<<: *gcc-11
6258
- &ppc64le-linux
6359
name: ppc64le-linux
6460
arch: ppc64le
@@ -75,12 +71,9 @@ env:
7571

7672
matrix:
7773
include:
78-
- <<: *arm64-linux
7974
- <<: *ppc64le-linux
8075
- <<: *s390x-linux
8176
allow_failures:
82-
# The arm64 is very slow to start the jobs.
83-
- name: arm64-linux
8477
- name: ppc64le-linux
8578
- name: s390x-linux
8679
fast_finish: true

0 commit comments

Comments
 (0)