We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4acee commit 0c2b5b4Copy full SHA for 0c2b5b4
1 file changed
.travis.yml
@@ -47,7 +47,7 @@ jobs:
47
sources: ['ubuntu-toolchain-r-test']
48
packages: ['cmake', 'g++-5', 'python3-pip']
49
before_install:
50
- - export ASAN_OPTIONS="symbolize=1"
+ - export ASAN_OPTIONS="$ASAN_OPTIONS symbolize=1"
51
install:
52
- nvm install 12
53
- nvm use 12
@@ -80,9 +80,10 @@ jobs:
80
COMPILER_FLAGS="-fsanitize=undefined -fno-sanitize-recover=all -fsanitize-blacklist=$(pwd)/ubsan.blacklist"
81
82
# FIXME we currently must disable LSAN entirely, see #1351
83
- #- <<: *test-ubuntu
84
- # env: |
85
- # COMPILER_FLAGS="-fsanitize=address"
+ - <<: *test-ubuntu
+ env: |
+ COMPILER_FLAGS="-fsanitize=address"
86
+ ASAN_OPTIONS="detect_leaks=0"
87
88
- <<: *test-ubuntu
89
env: |
0 commit comments