Skip to content
Snippets Groups Projects
Commit 3036ef76 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Take ccache artifacts from v29-patches instead of master

parent 3c081e2f
No related branches found
Tags cmake/v0.2
No related merge requests found
......@@ -26,7 +26,7 @@ build:
- cvmfs
stage: build
script:
- curl -o artifacts.zip --location ${CI_PROJECT_URL}/-/jobs/artifacts/master/download?job=${CI_JOB_NAME}
- curl -o artifacts.zip --location ${CI_PROJECT_URL}/-/jobs/artifacts/v29-patches/download?job=${CI_JOB_NAME}
- unzip -q artifacts.zip '.ccache/*' || true
- /cvmfs/sft.cern.ch/lcg/releases/ccache/3.3.4-e92e5/${BINARY_TAG}/bin/ccache -z
- echo 'set(CMAKE_USE_CCACHE ON CACHE BOOL "")' >> cache_preload.cmake
......@@ -47,7 +47,7 @@ build-gcc62:
BINARY_TAG: x86_64-centos7-gcc62-opt
BUILDDIR: build-gcc62
script:
- curl -o artifacts.zip --location ${CI_PROJECT_URL}/-/jobs/artifacts/master/download?job=${CI_JOB_NAME}
- curl -o artifacts.zip --location ${CI_PROJECT_URL}/-/jobs/artifacts/v29-patches/download?job=${CI_JOB_NAME}
- unzip -q artifacts.zip '.ccache/*' || true
- /cvmfs/sft.cern.ch/lcg/releases/ccache/3.3.4-e92e5/${BINARY_TAG}/bin/ccache -z
- echo 'set(CMAKE_USE_CCACHE ON CACHE BOOL "")' >> cache_preload.cmake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment