From 6e34a284118d04ae9ba7d48c504905cb64fe4fa9 Mon Sep 17 00:00:00 2001 From: Ramon Nou Date: Tue, 26 Jul 2022 09:09:09 +0000 Subject: [PATCH 1/2] Delete cache --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91710897..d2ac8d68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,8 +48,6 @@ rpc: - compiled/bin/scord -f --force-console & - build/examples/cxx/ADM_ping ofi+tcp://127.0.0.1:52000 - pkill -TERM scord - cache: - key: $CI_COMMIT_REF_SLUG # run unit tests unit: @@ -59,8 +57,6 @@ unit: - export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:${CI_PROJECT_DIR}/compiled/lib - cd build/tests - ctest -j$(nproc) --output-junit report.xml - cache: - key: $CI_COMMIT_REF_SLUG artifacts: expire_in: 1 week paths: -- GitLab From d05590d836b785ea7f8bd223969acc43d63b36e9 Mon Sep 17 00:00:00 2001 From: Ramon Nou Date: Tue, 26 Jul 2022 09:10:39 +0000 Subject: [PATCH 2/2] Update file_options sha --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 377bbb6a..fbf85077 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -218,7 +218,7 @@ message(STATUS "[${PROJECT_NAME}] Downloading and building file_options") FetchContent_Declare( file_options GIT_REPOSITORY https://storage.bsc.es/gitlab/utils/file_options - GIT_TAG 240028735a4c28fd188a83ff9b8f350c0094c43d # v0.1.0-pre + GIT_TAG 50071ff78d0974b2f1178f27ce1a08d22e5e8fa2 # v0.1.0-pre GIT_SHALLOW ON GIT_PROGRESS ON ) -- GitLab