Skip to content
Snippets Groups Projects
Commit 3ea0d2b5 authored by Jonas Fowl's avatar Jonas Fowl Committed by Timo Kösters
Browse files

Try to improve CI build times by caching

parent f3e63116
No related branches found
No related tags found
No related merge requests found
image: "rust:latest"
cache:
paths:
- target
- cargohome
variables:
GIT_SUBMODULE_STRATEGY: recursive
CARGO_HOME: "cargohome"
FF_USE_FASTZIP: 1
before_script:
- mkdir -p $CARGO_HOME && echo "using $CARGO_HOME to cache cargo deps"
- apt-get update -yqq
- apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config
- rustup component add clippy rustfmt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment