[前][次][番号順一覧][スレッド一覧]

ruby-changes:68416

From: Jun <ko1@a...>
Date: Wed, 13 Oct 2021 03:37:58 +0900 (JST)
Subject: [ruby-changes:68416] 38d255d023 (master): .travis.yml: Comment out the 2nd arm64 pipeline.

https://git.ruby-lang.org/ruby.git/commit/?id=38d255d023

From 38d255d023373a665ce0d2622ed6e25462653a2a Mon Sep 17 00:00:00 2001
From: Jun Aruga <jaruga@r...>
Date: Tue, 12 Oct 2021 19:30:34 +0200
Subject: .travis.yml: Comment out the 2nd arm64 pipeline.

The 2nd arm64 pipeline is unstable now in Travis. As Cirrus CI has arm64
pipelines, it's not a problem to drop the arm64 pipeline in Travis.
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 72becb1973..c47de4b80a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -120,7 +120,8 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L120
   include:
     # Build every commit (Allowed Failures):
     - <<: *arm32-linux
-    - <<: *arm64-linux
+    # Comment out as the 2nd arm64 pipeline is unstable.
+    # - <<: *arm64-linux
     - <<: *ppc64le-linux
     - <<: *s390x-linux
   allow_failures:
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]