mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove arm64 from allow_failures
This commit is contained in:
parent
bf34ade7ef
commit
4334c9315a
Notes:
git
2019-11-13 02:29:26 +09:00
1 changed files with 1 additions and 2 deletions
|
@ -378,6 +378,7 @@ 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
|
||||||
|
@ -385,7 +386,6 @@ matrix:
|
||||||
- <<: *rubyspec
|
- <<: *rubyspec
|
||||||
- <<: *dependency
|
- <<: *dependency
|
||||||
# Build every commit (Allowed Failures):
|
# Build every commit (Allowed Failures):
|
||||||
- <<: *arm64-linux
|
|
||||||
- <<: *ASAN
|
- <<: *ASAN
|
||||||
- <<: *MSAN
|
- <<: *MSAN
|
||||||
- <<: *UBSAN
|
- <<: *UBSAN
|
||||||
|
@ -400,7 +400,6 @@ 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…
Add table
Add a link
Reference in a new issue