From a173d5c8f149b4dde505fd4ab5257fb4cbc6911e Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 26 Jul 2026 16:05:40 -0500 Subject: build roles: stage checkouts + artifacts under build_work_dir Move every build role's working dir off /tmp (the SD card) to {{build_work_dir}}, which the playbook points at the SSD on the build host. nostr and pleroma stage their artifacts inside their own build dirs so the shared work dir can't collide, while preserving the archive top-level names (relayer, release) that the server roles depend on. --- bin/build/defaults/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build/defaults') diff --git a/bin/build/defaults/main.yaml b/bin/build/defaults/main.yaml index 2c1d7d9..4bea60c 100644 --- a/bin/build/defaults/main.yaml +++ b/bin/build/defaults/main.yaml @@ -3,5 +3,5 @@ bin_version: "2.0.1" # https://github.com/w4/bin/releases bin_tar: "https://github.com/w4/bin/archive/refs/tags/v{{bin_version}}.tar.gz" -bin_build_dir: "/tmp/bin-{{bin_version}}" +bin_build_dir: "{{build_work_dir}}/bin-{{bin_version}}" bin_srv_dir: "{{build_srv_dir}}" -- cgit v1.2.3