docker container works with SSL + fix compiler warnings in statsd third_party module

This commit is contained in:
Benjamin Sergeant
2019-04-18 09:11:12 -07:00
parent f4f60d38b8
commit 65b11cb968
5 changed files with 7 additions and 5 deletions

View File

@ -111,6 +111,7 @@ def runCMake(sanitizer, buildDir):
{sanitizerFlag} \
-B{buildDir} \
-DCMAKE_BUILD_TYPE=Debug \
-DUSE_TLS=1 \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
'''
cmakeCmd = fmt.format(**locals())