From: Guillaume Desmottes Date: Wed, 15 Jan 2020 05:59:01 +0000 (+0530) Subject: gitlab: cache CARGO_HOME in shared cache X-Git-Tag: 1.19.3~497^2~243 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9c68041b2d4cfe5ae61fbdeea5ef758174439fb;p=platform%2Fupstream%2Fgstreamer.git gitlab: cache CARGO_HOME in shared cache --- diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 8735f54..79486ba 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -104,6 +104,7 @@ gst indent: CCACHE_DIR: "/cache/gstreamer/gst-build/ccache/" # shared across everything really CCACHE_MAXSIZE: "10G" + CARGO_HOME: "/cache/gstreamer/cargo" MESON_ARGS: "${DEFAULT_MESON_ARGS} ${MESON_BUILDTYPE_ARGS} --werror" @@ -203,6 +204,7 @@ build clang fedora x86_64: CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/validate-logs/" GST_VALIDATE_LAUNCHER_FORCE_COLORS: "true" TIMEOUT_FACTOR: "2" + CARGO_HOME: "/cache/gstreamer/cargo" script: - cd gst-build/ - echo "-> Running ${TEST_SUITE}"