Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ information.

## Dependencies

::::note

The dependencies can be installed in your local environment by running the script
`scripts/prepare-env-rust.sh`. If installing manually, ensure that the versions of the cargo
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about windows? They don't run bash scripts.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. We could have two versions of the script one for Unix and one for Windows. Unless you have alternative suggestions? Not sure if there is any prior art from other repos in the org, where we might have a similar situation. If we go with two flavors of the script, I guess that would be written in powershell.

Copy link
Copy Markdown
Member

@Hinton Hinton Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Server is one example, it primarily uses powershell since it's cross platform.

binaries match those defined in the script.

::::

1. [Rust](https://www.rust-lang.org/tools/install)
2. The nightly toolchain: `rustup toolchain install nightly`
3. Cargo binaries for pre-commit hooks
Expand Down
Loading