ruby-changes:58754
From: Takashi <ko1@a...>
Date: Wed, 13 Nov 2019 02:29:18 +0900 (JST)
Subject: [ruby-changes:58754] 4334c9315a (master): Remove arm64 from allow_failures
https://git.ruby-lang.org/ruby.git/commit/?id=4334c9315a From 4334c9315af972337fcad82c0056152c45808348 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Wed, 6 Nov 2019 09:10:27 -0800 Subject: Remove arm64 from allow_failures diff --git a/.travis.yml b/.travis.yml index 8b72afa..aec0bd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -378,6 +378,7 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L378 include: # Build every commit: - <<: *x86_64-linux + - <<: *arm64-linux - <<: *i686-linux - <<: *pedanticism - <<: *assertions @@ -385,7 +386,6 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L386 - <<: *rubyspec - <<: *dependency # Build every commit (Allowed Failures): - - <<: *arm64-linux - <<: *ASAN - <<: *MSAN - <<: *UBSAN @@ -400,7 +400,6 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L400 - <<: *CALL_THREADED_CODE - <<: *NO_THREADED_CODE allow_failures: - - name: arm64-linux - name: -fsanitize=address - name: -fsanitize=memory - name: -fsanitize=undefined -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/