aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-11-06 09:52:45 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-11-06 09:53:02 -0800
commita1be11eb122cadc27ae597b9e0db66abfdca2c27 (patch)
tree2fa5074baead097cecb59dabacb3ec544bec5302 /.travis.yml
parent212f4d49bac844b3c0fa52f2185b3df30aa62e75 (diff)
downloadruby-a1be11eb122cadc27ae597b9e0db66abfdca2c27.tar.gz
Revert "Remove arm64 from allow_failures"
This reverts commit 212f4d49bac844b3c0fa52f2185b3df30aa62e75. It worked on PR, but master branch builds have another build issue. https://travis-ci.org/ruby/ruby/jobs/608303393
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1336d04bf7..ce9dcdf60f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -378,7 +378,6 @@ matrix:
include:
# Build every commit:
- <<: *x86_64-linux
- - <<: *arm64-linux
- <<: *i686-linux
- <<: *pedanticism
- <<: *assertions
@@ -386,6 +385,7 @@ matrix:
- <<: *rubyspec
- <<: *dependency
# Build every commit (Allowed Failures):
+ - <<: *arm64-linux
- <<: *ASAN
- <<: *MSAN
- <<: *UBSAN
@@ -400,6 +400,7 @@ matrix:
- <<: *CALL_THREADED_CODE
- <<: *NO_THREADED_CODE
allow_failures:
+ - name: arm64-linux
- name: -fsanitize=address
- name: -fsanitize=memory
- name: -fsanitize=undefined