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:
parent
9086f6bfc8
commit
01fc48c26f
Notes:
git
2020-03-02 14:53:33 +09:00
1 changed files with 1 additions and 2 deletions
|
@ -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}" ] ||
|
||||
|
|
Loading…
Reference in a new issue