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

Rework cargo pattern use #862

Merged
merged 1 commit into from
Jan 3, 2025
Merged

Rework cargo pattern use #862

merged 1 commit into from
Jan 3, 2025

Conversation

bryteise
Copy link
Member

@bryteise bryteise commented Jan 3, 2025

In cases where a package has both a Makefile and a Cargo.toml try and use the make pattern (the options.conf flag for cargo vendor still needs to be changed). When the cargo pattern is being used, use cargo install as well. More complex cases likely should just be patched into a Makefile and perhaps submitted upstream.

In cases where a package has both a Makefile and a Cargo.toml try and
use the make pattern (the options.conf flag for cargo vendor still
needs to be changed). When the cargo pattern is being used, use cargo
install as well. More complex cases likely should just be patched into
a Makefile and perhaps submitted upstream.

Signed-off-by: William Douglas <william.douglas@intel.com>
@bryteise bryteise requested a review from bwarden January 3, 2025 00:40
@bryteise bryteise merged commit f4a13a5 into master Jan 3, 2025
4 checks passed
@bryteise bryteise deleted the force-cargo-install branch January 3, 2025 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants