CI: Enable MEMFS for Bamboo

This commit is contained in:
Shahram Najm 2022-07-25 17:23:00 +01:00
parent 3d5c52b5f0
commit f8d11512a1
3 changed files with 4 additions and 1 deletions

View File

@ -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")

View File

@ -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")

View File

@ -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")