mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +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
|
||||
- gcc-7
|
||||
env:
|
||||
- LSAN_OPTIONS=verbosity=1
|
||||
- LSAN_OPTIONS=verbosity=1:log_threads=1
|
||||
|
||||
- compiler: clang-6.0
|
||||
addons:
|
||||
@ -27,7 +27,7 @@ matrix:
|
||||
- libsubunit-dev
|
||||
- clang-6.0
|
||||
env:
|
||||
- LSAN_OPTIONS=verbosity=1
|
||||
- LSAN_OPTIONS=verbosity=1:log_threads=1
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
Loading…
Reference in New Issue
Block a user