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

.travis.yml: mandate UBSAN

It seems UBSAN is quite stable now.
This commit is contained in:
卜部昌平 2020-02-26 12:39:16 +09:00
parent 9086f6bfc8
commit 01fc48c26f
Notes: git 2020-03-02 14:53:33 +09:00

View file

@ -457,7 +457,6 @@ matrix:
allow_failures:
- name: -fsanitize=address
- name: -fsanitize=memory
- name: -fsanitize=undefined
fast_finish: true
before_script:
@ -512,7 +511,7 @@ before_script:
- mv ../config_2nd ~
- chmod u-w ..
- $SETARCH make -s $JOBS
- $SETARCH make -s install
- make -s install
- ccache --show-stats
- |-
[ -z "${GEMS_FOR_TEST}" ] ||