-
Notifications
You must be signed in to change notification settings - Fork 48
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 Build #251
Comments
related: #238 |
@hackaugusto could you give me more information on what we would need to add to the |
Ofcourse. The In our case we want to define the following:
|
After doing some research and testing I have not found a way to set both the stable and nightly versions in a rust-toolchain.toml file. I propose the following solution, we use the toolchain file to set the stable version for all crates of the node and use cargo make setting the right flags to run fmt and clippy using nightly. It works well. |
@hackaugusto we do not have a pre-commit.yaml file in the miden-node for now right? Should we add one? |
Go ahead :) |
cargo make
Cargo.lock
to reporust-toolchain.toml
cargo make
rulescargo make
pre-commmit.yaml
to usecargo make
ref: 0xPolygonMiden/miden-vm#1259
The text was updated successfully, but these errors were encountered: