From 3bce72c69f760e513f029a56a96a229dfa874638 Mon Sep 17 00:00:00 2001 From: nacho Date: Thu, 5 Oct 2023 01:44:54 +0200 Subject: [PATCH] use global caches, chmod 777 caches and sweep old files from cache --- rust/Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/Earthfile b/rust/Earthfile index e819b25..9a8d568 100644 --- a/rust/Earthfile +++ b/rust/Earthfile @@ -52,6 +52,7 @@ REMOVE_SOURCE_FINGERPRINTS: done \ done +# get-stoml gets the portable stoml binary get-stoml: FROM alpine:3.18.3 RUN wget -O stoml https://github.com/freshautomations/stoml/releases/download/v0.7.1/stoml_linux_amd64; \