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

ruby-changes:60440

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Thu, 19 Mar 2020 10:26:35 +0900 (JST)
Subject: [ruby-changes:60440] a833eb29f7 (master): .travis.yml: allow arm32-linux to fail

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

From a833eb29f7eaced61919b7ed19e830a3905e8a8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?=
 <shyouhei@r...>
Date: Thu, 19 Mar 2020 10:20:02 +0900
Subject: .travis.yml: allow arm32-linux to fail

It seems fragile now, seemingly due to environmental issues.  Lets allow
it to fail for a while.  Reported by Jun Agura <jaruga@r...>
[ruby-core:97540]

diff --git a/.travis.yml b/.travis.yml
index 5db134a..3723539 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -457,6 +457,7 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L457
   allow_failures:
     - name: -fsanitize=address
     - name: -fsanitize=memory
+    - name: arm32-linux
   fast_finish: true
 
 before_script:
-- 
cgit v0.10.2


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

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