summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-26 20:49:13 +0200
committerLars Wirzenius <liw@liw.fi>2024-02-26 20:49:13 +0200
commit95319c65f1b945a94cd216e30c9e6f830845c234 (patch)
treebaa66ef7d2a99a63735905f2ba7a64949869c48f
parentb9975c0775c9c7bcebc598545edf26794cd61967 (diff)
downloadliw-dot-files-95319c65f1b945a94cd216e30c9e6f830845c234.tar.gz
ambient.yaml: allow bigger cache directory for radicle
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml4
1 files changed, 4 insertions, 0 deletions
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