workflow: Build with UBSAN enabled
This commit is contained in:
parent
7ebab98e91
commit
2bf841e22a
|
@ -36,8 +36,8 @@ jobs:
|
||||||
libc-ares-dev \
|
libc-ares-dev \
|
||||||
cmake \
|
cmake \
|
||||||
cmake-data
|
cmake-data
|
||||||
echo 'CPPFLAGS=-fsanitize=address' >> $GITHUB_ENV
|
echo 'CPPFLAGS=-fsanitize=address,undefined -fno-sanitize-recover=undefined -g' >> $GITHUB_ENV
|
||||||
echo 'LDFLAGS=-fsanitize=address' >> $GITHUB_ENV
|
echo 'LDFLAGS=-fsanitize=address,undefined -fno-sanitize-recover=undefined' >> $GITHUB_ENV
|
||||||
- name: MacOS setup
|
- name: MacOS setup
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue