mirror of https://github.com/ecmwf/eccodes.git
Bamboo updates
This commit is contained in:
parent
64584eefc6
commit
d3f4466d0e
|
@ -0,0 +1,2 @@
|
|||
# All python tests fail due to error loading the SWIG generated extension module
|
||||
SET( ENABLE_PYTHON OFF CACHE BOOL "Disable Python")
|
|
@ -1 +1,7 @@
|
|||
SET( CMAKE_C_FLAGS "-fsanitize=thread" CACHE STRING "Enable clang thread sanitizer" )
|
||||
#SET( CMAKE_C_FLAGS "-fsanitize=thread" CACHE STRING "Enable clang thread sanitizer" )
|
||||
|
||||
# Compilation fails for fortran bindings and clang
|
||||
#SET( ENABLE_FORTRAN OFF CACHE BOOL "Disable Fortran")
|
||||
|
||||
# All python tests fails due to error loading the shared python lib: undefined symbol: __tsan_init
|
||||
#SET( ENABLE_PYTHON OFF CACHE BOOL "Disable Python")
|
||||
|
|
Loading…
Reference in New Issue