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: Provide the build configuration #796

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

Rust support: Provide the build configuration #796

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

Comments

@a-ovchinnikov
Copy link
Contributor

a-ovchinnikov commented Jan 24, 2025

In order to build a Rust package proper build configuration must be provided.
The easiest way to obtain it is to collect output from cargo vendor command and to
inject this data into project's config.toml:

  • path to vendored dependencies must be added to main project's .cargo/config.toml in order for cargo to build it hermetically.
@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 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.

2 participants