-
Notifications
You must be signed in to change notification settings - Fork 1
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
Jim: Reproducible build of Sandstorm bundle #16
Comments
I would definitely favor nix here, as it strikes me as likely to be more robust. |
You might be right. But somehow, Debian has achieved >90% of packages having reproducible builds, without relying on nix. |
Quoting Jim Garrison (2021-10-24 15:13:42)
You might be right. But somehow, Debian has achieved [1]>90% of
packages having reproducible builds, without relying on nix.
I certainly don't doubt that it is *possible*
|
I do find it interesting Kenton often has different tests results than our GitHub Action. Presumably that suggests something between his environment and GitHub's can produce different results. |
Quoting Jacob Weisz (2021-10-24 18:35:07)
I do find it interesting Kenton often has different tests results than
our GitHub Action. Presumably that suggests something between his
environment and GitHub's can produce different results.
I assume this is a function of differing system libraries; Kenton runs
Debian, while CI runs on Ubuntu. Fwiw, I can reproduce the 19 failures
on my own system (Archlinux). I suspect it's a matter of time before
whatever the problem is affects Kenton too.
Wrt. reproducibility, either way the approach to fixing that
particular problem is to pin the system library versions used, which
either approach gives us.
…-Ian
|
@alteckclub has been working on this one recently here: garrison/sandstorm-nix#2 I believe the present blocker is that Meteor likes to add random characters to package names for reasons, which needs to be patched out to get reproducible builds. |
It would be nice to have the bundle for each Sandstorm release be a reproducible build.
My work on a nix expression for Sandstorm might help here, but another approach could be to use a Dockerfile, along with more conventional tools.
The text was updated successfully, but these errors were encountered: