Commit 56df2d7e authored by Ramon Nou's avatar Ramon Nou
Browse files

Merge branch 'rnou/33-file_options-downloads-not-found' into 'main'

Resolve "File_options downloads not found"

Closes #33

See merge request !24
parents 61ed5c2c d05590d8
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -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
)