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: ""
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user