Skip to content

Commit

Permalink
use global caches, chmod 777 caches and sweep old files from cache
Browse files Browse the repository at this point in the history
  • Loading branch information
idelvall committed Oct 4, 2023
1 parent dd8a986 commit 3bce72c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 3bce72c

Please sign in to comment.