Commit e7052c72 authored by Dominik Charousset's avatar Dominik Charousset

Disable Jenkins leak checking for OpenSSL module

parent c931984f
......@@ -12,3 +12,7 @@ elseif ("${LABEL_EXPR}" MATCHES "clang")
set(CMAKE_C_COMPILER "clang" CACHE STRING "C compiler option")
set(CMAKE_CXX_COMPILER "clang++" CACHE STRING "C++ compiler option")
endif()
# disable SSL when doing leak checking due to a known issue with the module
if (${LABEL_EXPR} MATCHES "LeakSanitizer")
set(CAF_NO_OPENSSL yes CACHE BOOL "Configure OpenSSL module")
endif()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment