-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ryujinx: archive.org tarball mirror #346694
Conversation
CI failed:
|
CI is already unhappy, because you can’t use You want |
Thank you ! It's indeed |
bdfa4b9
to
c61d421
Compare
Should fix source builds by relying on our beloved archive.org to host a [SHA256-matching tarball generated from a mirror of the repo](https://archive.org/details/ryujinx-5dbba-07e-33e-83c-9047dcbb-701c-9655edbbe-89086.tar). I have only `nix repl`'d the fetchTarball expression for its consistency check, as I do not currently have the time nor storage to build the package locally, sorry about that. We could also generate archives to address NixOS#345410 and the 24.05 branch. Supersedes: NixOS#345881
c61d421
to
59a5a09
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have confirmed that the hash matches. This seems like an improvement on the status quo even if we later decide on removal. If you could do a similar commit for 24.05 that would be great, although it’s not urgent.
Fixes source builds for 24.05, as per [emilazy's request](NixOS#346694 (review)). Like on master, fetchzip requires the hash attribute to be explicit, double check it with `nix hash to-sri --type sha256 1vf4xwn1z7bfm7c49r2yydx3dqqzqwp0qgzq12m9yskqsj898d63`.
Fixes source builds for 24.05, as per [emilazy's request](NixOS#346694 (review)). Like on master, fetchzip requires the hash attribute to be explicit, double check it with `nix hash to-sri --type sha256 1vf4xwn1z7bfm7c49r2yydx3dqqzqwp0qgzq12m9yskqsj898d63`.
Should fix source builds by relying on our beloved archive.org to host a SHA256-matching tarball generated from a mirror of the repo.
I have only
nix repl
'd the fetchTarball expression for its consistency check, as I do not currently have the time nor storage to build the package locally, sorry about that.We could also generate archives to address #345410 and the 24.05 branch.
Supersedes: #345881
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.