diff options
author | Jun Aruga <[email protected]> | 2025-01-20 14:56:37 +0100 |
---|---|---|
committer | Jun Aruga <[email protected]> | 2025-01-20 15:48:08 +0100 |
commit | 6d3951e788c8fae8b70cbd81ab0352cef372b4f3 (patch) | |
tree | d76d6aaad3297ae6c8768de1323a242db4818696 | |
parent | 86b262179d94e864243419ac0425cd3f85f970de (diff) |
.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
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12604
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 0 insertions, 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 |