ソースを参照

Disable caching on CI

timvisee 6 年 前
コミット
a7898d8e76
1 ファイル変更0 行追加11 行削除
  1. 0 11
      .gitlab-ci.yml

+ 0 - 11
.gitlab-ci.yml

@@ -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