From 6d3951e788c8fae8b70cbd81ab0352cef372b4f3 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Mon, 20 Jan 2025 14:56:37 +0100 Subject: [PATCH] .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] https://github.com/ruby/ruby/commit/a9d37ac3e5385c7aaec64e32de3d254903f4b5c0 --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 236b87bced..ca68ed20ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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