foundation/stage0: fix hex0 hashes for amd64 & arm64 #2
No reviewers
Labels
No labels
Compat
Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: auxolotl/labs#2
Loading…
Reference in a new issue
No description provided.
Delete branch "srd424/fix-hex0"
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?
I must confess to not understanding quite how all this works, but this seems to solve the problem of aarch64 fetching the x86-64 binary and vice-versa.
nixpkgs has them the other way around:
d850b620ed/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/hex0.nix (L12)
Oh my gosh. I think I get this then. Nix is doing the thing where it takes the hash provided to the fetcher and does a lookup. Then since it got a got it uses the cached value. UGH.
Thanks for catching this, not sure when I got them mixed up, but we can swap them around to be correct. Oops!
Thank you for catching this!