1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Revert "Remove arm64 from allow_failures"

This reverts commit 212f4d49ba.

It worked on PR, but master branch builds have another build issue.
https://travis-ci.org/ruby/ruby/jobs/608303393
This commit is contained in:
Takashi Kokubun 2019-11-06 09:52:45 -08:00
parent 212f4d49ba
commit a1be11eb12
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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