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

Feature: SupportdDisable of strategies for crate using Cargo.toml #1828

Merged
merged 10 commits into from
Jul 23, 2024

Conversation

NobodyXu
Copy link
Member

Fixed #1721

This allow the maintainer of the crate to disable certain strategies of cargo-binstall, to ensure that the source of the binary is from the one that maintainer provided.

@NobodyXu NobodyXu requested a review from passcod July 22, 2024 14:35
@passcod
Copy link
Member

passcod commented Jul 23, 2024

Are we allowing cli options to override the opinion of the maintainer?

@NobodyXu
Copy link
Member Author

NobodyXu commented Jul 23, 2024

Are we allowing cli options to override the opinion of the maintainer?

Nope, we always merge in cli overrides first, then merge in target-specific meta seems like I broke it.

Seems like a mistake, I'd change that

@NobodyXu
Copy link
Member Author

Thanks, I've updated and fixed the issue

@NobodyXu NobodyXu added this pull request to the merge queue Jul 23, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 23, 2024
@NobodyXu NobodyXu enabled auto-merge July 23, 2024 14:01
@NobodyXu NobodyXu added this pull request to the merge queue Jul 23, 2024
Merged via the queue into main with commit 3f29fbe Jul 23, 2024
23 checks passed
@NobodyXu NobodyXu deleted the disable-quick-install-for-crate branch July 23, 2024 14:20
NobodyXu added a commit that referenced this pull request Jul 24, 2024
NobodyXu added a commit that referenced this pull request Jul 26, 2024
github-merge-queue bot pushed a commit that referenced this pull request Jul 26, 2024
* Update doc in SUPPORT.md for disabled-strategies

For #1828 and #1721

Signed-off-by: Jiahao XU <[email protected]>

* Update SUPPORT.md

Signed-off-by: Jiahao XU <[email protected]>

---------

Signed-off-by: Jiahao XU <[email protected]>
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.

Feature request: Disable quick-install for specific crate in Cargo.toml
2 participants