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

Closed
a-ovchinnikov opened this issue Jan 24, 2025 · 0 comments · Fixed by #808
Closed

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

a-ovchinnikov opened this issue Jan 24, 2025 · 0 comments · Fixed by #808
Assignees
Labels
cargo Related to support of Rust and Cargo enhancement New feature or request

Comments

@a-ovchinnikov
Copy link
Contributor

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
@slimreaper35 slimreaper35 linked a pull request Jan 31, 2025 that will close this issue
4 tasks
@eskultety eskultety added the enhancement New feature or request label Jan 31, 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 enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

3 participants