mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 05:10:40 +00:00
Travis/LSAN: reenable thread logging, sudo REQUIRED solved the problem
This commit is contained in:
parent
d33098a8d8
commit
d03d4c16fb
@ -14,7 +14,7 @@ matrix:
|
|||||||
- libsubunit-dev
|
- libsubunit-dev
|
||||||
- gcc-7
|
- gcc-7
|
||||||
env:
|
env:
|
||||||
- LSAN_OPTIONS=verbosity=1
|
- LSAN_OPTIONS=verbosity=1:log_threads=1
|
||||||
|
|
||||||
- compiler: clang-6.0
|
- compiler: clang-6.0
|
||||||
addons:
|
addons:
|
||||||
@ -27,7 +27,7 @@ matrix:
|
|||||||
- libsubunit-dev
|
- libsubunit-dev
|
||||||
- clang-6.0
|
- clang-6.0
|
||||||
env:
|
env:
|
||||||
- LSAN_OPTIONS=verbosity=1
|
- LSAN_OPTIONS=verbosity=1:log_threads=1
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
Reference in New Issue
Block a user