Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line # Compilation of scord and execution of tests image: gekkofs/scord:0.1.0 image: bscstorage/scord:0.1.0 stages: - build Loading Loading @@ -39,4 +39,3 @@ test: - pkill -9 scord cache: key: $CI_COMMIT_REF_SLUG docker/0.1.0/Dockerfile +21 −19 Original line number Diff line number Diff line Loading @@ -28,7 +28,9 @@ RUN apt-get update && \ libboost-program-options-dev \ uuid-dev \ python3 \ libyaml-dev libcurl4-openssl-dev procps && \ libyaml-dev libcurl4-openssl-dev procps \ # genopts dependencies python3-venv && \ # install cmake 3.14 since it's needed for some dependencies curl -OL https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-Linux-x86_64.sh && \ chmod u+x ./cmake-3.23.1-Linux-x86_64.sh && \ Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line # Compilation of scord and execution of tests image: gekkofs/scord:0.1.0 image: bscstorage/scord:0.1.0 stages: - build Loading Loading @@ -39,4 +39,3 @@ test: - pkill -9 scord cache: key: $CI_COMMIT_REF_SLUG
docker/0.1.0/Dockerfile +21 −19 Original line number Diff line number Diff line Loading @@ -28,7 +28,9 @@ RUN apt-get update && \ libboost-program-options-dev \ uuid-dev \ python3 \ libyaml-dev libcurl4-openssl-dev procps && \ libyaml-dev libcurl4-openssl-dev procps \ # genopts dependencies python3-venv && \ # install cmake 3.14 since it's needed for some dependencies curl -OL https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-Linux-x86_64.sh && \ chmod u+x ./cmake-3.23.1-Linux-x86_64.sh && \ Loading