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

Add rustc wrapper as an option in cargo-casper #69

Open
SaiProServ opened this issue Jul 2, 2024 · 1 comment
Open

Add rustc wrapper as an option in cargo-casper #69

SaiProServ opened this issue Jul 2, 2024 · 1 comment
Assignees

Comments

@SaiProServ
Copy link

To properly use Verificator, Rust web-assembly builds must be deterministic, meaning the same binary is produced across different platforms and CPUs. Currently, cargo builds are not deterministic.
To make the build reproducible on different platforms, build wrapper is required. Include in cargo-casper the use-wrapper option, which changes Makefile to make use of the wrapper, and compile and install the wrapper for the project.

@devendran-m
Copy link

Related PR is #68

@devendran-m devendran-m added rc-5 and removed rc-5 labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants