Binary release archive contains non-runnable Nix wrapper #163
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review#163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The published
auto-review-0.8.0-linux-x86_64artifact contains anauto-reviewshell wrapper instead of a self-contained runnable binary. After extraction, executing it fails because the wrapper points at Nix store paths that are not present on the target machine.Observed behavior
Expected behavior
The Linux x86_64 binary release archive should contain runnable binaries or a complete runtime closure that works after download/extraction on a supported host.
Notes
This likely needs release packaging validation that executes the extracted artifact outside the build-time Nix store assumptions.