Disable caching on CI

This commit is contained in:
timvisee 2018-11-20 16:06:14 +01:00
parent 925bb0bd6b
commit a7898d8e76
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2

View file

@ -9,14 +9,6 @@ stages:
variables:
RUST_VERSION: stable
# Cargo artifacts caching per Rust version and pipeline
cache:
key: "$RUST_VERSION"
paths:
- /usr/local/rustup/
- /usr/local/cargo/
- target/
# Install compiler and OpenSSL dependencies
before_script:
- apt-get update
@ -45,12 +37,10 @@ rust-beta:
<<: *check-base
variables:
RUST_VERSION: beta
cache: {}
rust-nightly:
<<: *check-base
variables:
RUST_VERSION: nightly
cache: {}
# Build using Rust stable
build:
@ -110,7 +100,6 @@ public-send-test:
- build-static
variables:
GIT_STRATEGY: none
cache: {}
before_script: []
script:
- head -c1m </dev/urandom >testfile