mirror of https://github.com/ecmwf/eccodes.git
CI: Enable MEMFS for Bamboo
This commit is contained in:
parent
3d5c52b5f0
commit
f8d11512a1
|
@ -1,2 +1,3 @@
|
|||
SET(ENABLE_EXTRA_TESTS ON CACHE BOOL "Enable extra tests")
|
||||
SET(ENABLE_ECCODES_THREADS ON CACHE BOOL "Enable POSIX threads")
|
||||
SET(ENABLE_MEMFS ON CACHE BOOL "Enable MEMFS")
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# All python tests fail due to error loading the SWIG generated extension module
|
||||
SET( ENABLE_PYTHON OFF CACHE BOOL "Disable Python")
|
||||
SET( ENABLE_PYTHON2 OFF CACHE BOOL "Disable Python")
|
||||
|
|
|
@ -5,3 +5,5 @@
|
|||
|
||||
# All python tests fails due to error loading the shared python lib: undefined symbol: __tsan_init
|
||||
#SET( ENABLE_PYTHON OFF CACHE BOOL "Disable Python")
|
||||
|
||||
SET(ENABLE_MEMFS ON CACHE BOOL "Enable MEMFS")
|
||||
|
|
Loading…
Reference in New Issue