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

feat(generic): error on using cargo-only options #1626

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

mistydemeo
Copy link
Contributor

These options aren't valid when performing generic builds, and we should give the user a warning about that as far ahead of time as we can. Output during plan:

  × You're building a generic package but have a Cargo-only option enabled
  help: Please disable the following from your configuration: cargo-auditable, cargo-cyclonedx

I've confirmed that there are no errors during Rust builds.

Fixes #1526.

These options aren't valid when performing generic builds, and we should
give the user a warning about that as far ahead of time as we can.

Fixes #1526.
@mistydemeo mistydemeo merged commit 9690ef8 into main Dec 11, 2024
18 checks passed
@mistydemeo mistydemeo deleted the error-generic-auditable branch December 11, 2024 18:58
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.

Error when cargo-specific options used for non-cargo projects
2 participants