mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-17 10:48:18 -07:00
Merge branch 'jfowl-master-patch-93743' into 'master'
Try to improve CI build times by caching See merge request famedly/conduit!79
This commit is contained in:
commit
767fe76d3e
@ -1,9 +1,18 @@
|
|||||||
image: "rust:latest"
|
image: "rust:latest"
|
||||||
|
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- target
|
||||||
|
- cargohome
|
||||||
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
CARGO_HOME: "cargohome"
|
||||||
|
FF_USE_FASTZIP: 1
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- mkdir -p $CARGO_HOME && echo "using $CARGO_HOME to cache cargo deps"
|
||||||
- apt-get update -yqq
|
- apt-get update -yqq
|
||||||
- apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config
|
- apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config
|
||||||
- rustup component add clippy rustfmt
|
- rustup component add clippy rustfmt
|
||||||
|
Loading…
Reference in New Issue
Block a user