summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-20 19:11:30 +0200
committerLars Wirzenius <liw@liw.fi>2024-01-20 19:11:30 +0200
commitec927f7daa9aa991857a987b105326be4516cc4c (patch)
tree04da51475befee6cb3d9e239849da0b7413405d5
parent3c4b987e2d52e3852a36fc490652c407bc1380d0 (diff)
downloadliw-dot-files-ec927f7daa9aa991857a987b105326be4516cc4c.tar.gz
ambient.yaml(clab): fix build
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ambient.yaml b/ambient.yaml
index 2f57aa9..94c4d08 100644
--- a/ambient.yaml
+++ b/ambient.yaml
@@ -69,6 +69,7 @@ projects:
- action: shell
shell: |
export PATH="/root/.cargo/bin:$PATH"
+ export CARGO_TARGET_DIR=/workspace/cache
subplot codegen clab.subplot -o test.py
rm -f test.log
if ! python3 test.py --log test.log; then
@@ -77,6 +78,7 @@ projects:
fi
rm -f test.log test.py
git status --ignored
+ git clean -fdx
V="$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')"
T="$(date -u "+%Y%m%dT%H%M%S")"