From 3bfb2fa1aab103678da2190cbf0d5751869ea41b Mon Sep 17 00:00:00 2001 From: Rando <5chdn@users.noreply.github.com> Date: Mon, 19 Feb 2018 15:36:12 +0100 Subject: [PATCH] Beta: Gitlab Cargo Cache (#7944) * gitlab cache (#7921) it is necessary to test * fix snap build master (#7896) add rhash * Remove duplicate snap target --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c32b97f6..d26febc30 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,10 +9,12 @@ variables: CARGOFLAGS: "" CI_SERVER_NAME: "GitLab CI" LIBSSL: "libssl1.0.0 (>=1.0.0)" + CARGO_HOME: $CI_PROJECT_DIR/cargo cache: key: "$CI_BUILD_STAGE-$CI_BUILD_REF_NAME" paths: - - target + - target/ + - cargo/ untracked: true linux-stable: stage: build