docker container works with SSL + fix compiler warnings in statsd third_party module
This commit is contained in:
		@@ -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())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user