From ec927f7daa9aa991857a987b105326be4516cc4c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 20 Jan 2024 19:11:30 +0200 Subject: ambient.yaml(clab): fix build Signed-off-by: Lars Wirzenius Sponsored-by: author --- ambient.yaml | 2 ++ 1 file changed, 2 insertions(+) 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")" -- cgit v1.2.1