From 5108dfb8f41da4f46d289d9b9774a5b212da2ab7 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 14 Jul 2023 01:59:51 -0400 Subject: [PATCH] Build a minimal CI-specific version of cargo cache plugin. --- docker/organic_test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/organic_test/Dockerfile b/docker/organic_test/Dockerfile index e6e4e59d..392a0058 100644 --- a/docker/organic_test/Dockerfile +++ b/docker/organic_test/Dockerfile @@ -1,4 +1,4 @@ FROM rustlang/rust:nightly-alpine3.17 RUN apk add --no-cache musl-dev emacs -RUN cargo install --locked cargo-cache +RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache