From f5622e351e32c36b823963db67b4126b28e82458 Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Tue, 31 Mar 2026 11:40:52 +0300 Subject: [PATCH] Fix staged John cleanup for repeated ISO builds --- iso/builder/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iso/builder/build.sh b/iso/builder/build.sh index 643205f..56f829e 100755 --- a/iso/builder/build.sh +++ b/iso/builder/build.sh @@ -249,9 +249,10 @@ rm -f \ "${OVERLAY_STAGE_DIR}/usr/local/bin/bee-nccl-gpu-stress" \ "${OVERLAY_STAGE_DIR}/usr/local/bin/john" \ "${OVERLAY_STAGE_DIR}/usr/local/lib/bee/bee-gpu-burn-worker" \ - "${OVERLAY_STAGE_DIR}/usr/local/lib/bee/john" \ "${OVERLAY_STAGE_DIR}/usr/local/bin/bee-smoketest" \ "${OVERLAY_STAGE_DIR}/usr/local/bin/all_reduce_perf" +rm -rf \ + "${OVERLAY_STAGE_DIR}/usr/local/lib/bee/john" # Remove NVIDIA-specific overlay files for non-nvidia variants if [ "$BEE_GPU_VENDOR" != "nvidia" ]; then