Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-hx committed Nov 19, 2024
1 parent 0987546 commit 4aec3d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,11 @@ message("CLOUD_PROVIDER is set to " $ENV{CLOUD_PROVIDER})
if (APPLE OR WIN32 OR CLIENT_CODE_COVERAGE)
set(TESTS_C ${TESTS_C})
set(TESTS_CXX ${TESTS_CXX} ${TESTS_PUTGET})
endif ()
if (LINUX AND $ENV{GITHUB_ACTIONS} AND $ENV{BUILD_TYPE} STREQUAL "Debug")
elseif($ENV{GITHUB_ACTIONS} AND $ENV{BUILD_TYPE} STREQUAL "Debug")
message("Skip CXX test on github Linux Debug for disk space issue")
set (TESTS_CXX "")
endif ()


if (UNIX)
find_library(CMOCKA_LIB libcmocka.a PATHS ../deps-build/${PLATFORM}/cmocka/lib/ REQUIRED NO_DEFAULT_PATH)
find_library(AZURE_STORAGE_LITE_LIB libazure-storage-lite.a PATHS ../deps-build/${PLATFORM}/azure/lib/ REQUIRED NO_DEFAULT_PATH)
Expand Down

0 comments on commit 4aec3d8

Please sign in to comment.