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

Rust support: Cargo.toml has to be processed #795

Open
a-ovchinnikov opened this issue Jan 24, 2025 · 0 comments
Open

Rust support: Cargo.toml has to be processed #795

a-ovchinnikov opened this issue Jan 24, 2025 · 0 comments
Assignees
Labels
cargo Related to support of Rust and Cargo

Comments

@a-ovchinnikov
Copy link
Collaborator

In order to make it possible to prepare a Rust package for hermetic build the following steps must be accomplished:

  • Cargo should be used to vendor all dependencies of a project;
  • dependencies should be vendored locked and to a specific path (with cargo vendor --offline <path>);
  • output of cargo vendor should be saved to amend project's cargo.toml when building the project.
@a-ovchinnikov a-ovchinnikov added the cargo Related to support of Rust and Cargo label Jan 24, 2025
@a-ovchinnikov a-ovchinnikov added this to the Implement Rust support milestone Jan 24, 2025
@slimreaper35 slimreaper35 self-assigned this Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cargo Related to support of Rust and Cargo
Projects
None yet
Development

No branches or pull requests

2 participants