From 86b218ac6c62f6070766d17474342ab268e6dfaa Mon Sep 17 00:00:00 2001 From: Sam & Claude Date: Sun, 21 Jun 2026 12:24:51 +0200 Subject: [PATCH] fix(build): correct the disk-cleanup paths to real build artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The one-liner's `output/FreeBSD-*.img` matched nothing — OUTPUT_DIR is tmp/output, the built image is clawdie-*.img, and the cached memstick lives in tmp/cache (FreeBSD-*-memstick.img). Replace with `tmp/packages tmp/cache tmp/output` — clears bundled packages, all caches (incl. work.img + the cached memstick), and built outputs; all regenerable, all under repo-local tmp/. Co-Authored-By: Claude Opus 4.8 --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index a503b9a2..e468fefb 100644 --- a/BUILD.md +++ b/BUILD.md @@ -624,7 +624,7 @@ closure that supports current operator tooling and validation lanes: In practice: if you need gigabytes quickly, clear build caches first: - sudo rm -rf tmp/packages tmp/cache/work.img output/FreeBSD-*.img + sudo rm -rf tmp/packages tmp/cache tmp/output These caches typically reclaim 3-8 GB. If host pkg pressure becomes chronic, that is a signal to move more build/package work onto