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
This commit is contained in:
parent
212f4d49ba
commit
a1be11eb12
@ -378,7 +378,6 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
# Build every commit:
|
# Build every commit:
|
||||||
- <<: *x86_64-linux
|
- <<: *x86_64-linux
|
||||||
- <<: *arm64-linux
|
|
||||||
- <<: *i686-linux
|
- <<: *i686-linux
|
||||||
- <<: *pedanticism
|
- <<: *pedanticism
|
||||||
- <<: *assertions
|
- <<: *assertions
|
||||||
@ -386,6 +385,7 @@ matrix:
|
|||||||
- <<: *rubyspec
|
- <<: *rubyspec
|
||||||
- <<: *dependency
|
- <<: *dependency
|
||||||
# Build every commit (Allowed Failures):
|
# Build every commit (Allowed Failures):
|
||||||
|
- <<: *arm64-linux
|
||||||
- <<: *ASAN
|
- <<: *ASAN
|
||||||
- <<: *MSAN
|
- <<: *MSAN
|
||||||
- <<: *UBSAN
|
- <<: *UBSAN
|
||||||
@ -400,6 +400,7 @@ matrix:
|
|||||||
- <<: *CALL_THREADED_CODE
|
- <<: *CALL_THREADED_CODE
|
||||||
- <<: *NO_THREADED_CODE
|
- <<: *NO_THREADED_CODE
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
- name: arm64-linux
|
||||||
- name: -fsanitize=address
|
- name: -fsanitize=address
|
||||||
- name: -fsanitize=memory
|
- name: -fsanitize=memory
|
||||||
- name: -fsanitize=undefined
|
- name: -fsanitize=undefined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user