-
Notifications
You must be signed in to change notification settings - Fork 261
feat(target_chains/near): add reproducible build #2339
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
4cf23bb
to
4be1ea6
Compare
4be1ea6
to
82942cd
Compare
82942cd
to
9c7f8d9
Compare
image = "sourcescan/cargo-near:0.13.3-rust-1.84.1" | ||
image_digest = "sha256:baa712c5d2b7522d38175e36330d336ad2c4ce32bfaaa41af94ce40407ecd803" | ||
passed_env = [] | ||
container_build_command = ["cargo", "near", "build", "non-reproducible-wasm", "--locked"] |
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.
such a strange thing: the reproducible build runs non-reproducible-wasm
build command lol
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 guess the difference between them is that reproducible-wasm spins up a docker container, so it makes sense that it's not needed inside the container.
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.
Nice!
Maybe update the readme or build scripts to use this as well?
I updated the readme and removed a stale deploy script (now it's just a single command that's in the readme). I'll update the upgrade scripts later. |
8feda88
to
94f9b50
Compare
No description provided.