Skip to content
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

Reproducible builds #13

Open
lrettig opened this issue Jun 5, 2024 · 3 comments
Open

Reproducible builds #13

lrettig opened this issue Jun 5, 2024 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@lrettig
Copy link
Contributor

lrettig commented Jun 5, 2024

Note: we'll have to use dockerized build for this. See https://docs.succinct.xyz/writing-programs/compiling.html#production-builds.

@lrettig lrettig added help wanted Extra attention is needed labels Jun 8, 2024
@schinzelh
Copy link
Contributor

What's your preference here? Something like Guix?

@lrettig
Copy link
Contributor Author

lrettig commented Jun 17, 2024

It's not something I know a lot about, and I don't have a strong preference. Ideally it could be done using just Docker (see Telegram example), but this may not be possible with Rust. My understanding is that Rust support for reproducible builds is still a work in progress. Welcome any contributions here.

@lrettig
Copy link
Contributor Author

lrettig commented Jul 22, 2024

I tried doing some work on this in #49, just to ensure that the examples and tests are built deterministically. I tried obvious things like adding the relevant Cargo.lock files, ensuring the toolchain matches, etc., to no avail. I saved the work in #51. Let's revisit this later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants