Skip to content

Move release preflight target to data disk#163

Merged
cbusillo merged 1 commit into
mainfrom
fix/release-preflight-disk-pressure
May 27, 2026
Merged

Move release preflight target to data disk#163
cbusillo merged 1 commit into
mainfrom
fix/release-preflight-disk-pressure

Conversation

@cbusillo
Copy link
Copy Markdown
Owner

Summary

  • make the Release preflight job use /mnt for CARGO_TARGET_DIR when available
  • export CI_CLI_BIN from the resolved cargo target directory so smoke tests use the moved dev-fast binary
  • keep the existing workspace target path as a fallback when /mnt is unavailable

Why

The #162 Release run failed in Linux nextest with rustc reporting "No space left on device" while compiling code-tui. The job step was named as using the data disk, but CARGO_TARGET_DIR still pointed inside the workspace filesystem.

Validation

  • git diff --check
  • ./build-fast.sh

@cbusillo cbusillo merged commit 416453d into main May 27, 2026
1 check passed
@cbusillo cbusillo deleted the fix/release-preflight-disk-pressure branch May 27, 2026 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant