Beta: Gitlab Cargo Cache (#7944)
* gitlab cache (#7921) it is necessary to test * fix snap build master (#7896) add rhash * Remove duplicate snap target
This commit is contained in:
parent
9d697c5d0a
commit
3bfb2fa1aa
@ -9,10 +9,12 @@ variables:
|
|||||||
CARGOFLAGS: ""
|
CARGOFLAGS: ""
|
||||||
CI_SERVER_NAME: "GitLab CI"
|
CI_SERVER_NAME: "GitLab CI"
|
||||||
LIBSSL: "libssl1.0.0 (>=1.0.0)"
|
LIBSSL: "libssl1.0.0 (>=1.0.0)"
|
||||||
|
CARGO_HOME: $CI_PROJECT_DIR/cargo
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_BUILD_STAGE-$CI_BUILD_REF_NAME"
|
key: "$CI_BUILD_STAGE-$CI_BUILD_REF_NAME"
|
||||||
paths:
|
paths:
|
||||||
- target
|
- target/
|
||||||
|
- cargo/
|
||||||
untracked: true
|
untracked: true
|
||||||
linux-stable:
|
linux-stable:
|
||||||
stage: build
|
stage: build
|
||||||
|
Loading…
Reference in New Issue
Block a user