From 95319c65f1b945a94cd216e30c9e6f830845c234 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 26 Feb 2024 20:49:13 +0200 Subject: ambient.yaml: allow bigger cache directory for radicle Signed-off-by: Lars Wirzenius Sponsored-by: author --- ambient.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ambient.yaml b/ambient.yaml index 89da6d3..c7fcb3a 100644 --- a/ambient.yaml +++ b/ambient.yaml @@ -541,6 +541,7 @@ projects: radicle: image: ~/tmp/ambient/ambient-boot.qcow2 source: ~/radicle/heartwood + cache_max_size: 21474836480 pre_plan: - action: cargo_fetch plan: @@ -575,6 +576,9 @@ projects: dch -v "$version" "CI build under Ambient." dch -r '' - action: deb + - action: shell + shell: | + du -sh /workspace/* post_plan: - action: dput -- cgit v1.2.1