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

fix(ci): also check for duplicate dependencies with optional features off #3592

Merged
merged 2 commits into from
Feb 21, 2022

Conversation

teor2345
Copy link
Contributor

@teor2345 teor2345 commented Feb 20, 2022

Motivation

We are only checking for duplicate dependencies with all our optional features on.

But we might get different dependencies when all features are off. So we should check that case too.

Solution

  • add an extra dependency check with all features off

Review

@gustavovalverde can review this PR.

This PR blocks all open PRs that change dependencies:

Merged PRs:

Reviewer Checklist

  • New CI test passes

@teor2345 teor2345 added C-bug Category: This is a bug A-dependencies Area: Dependency file updates A-devops Area: Pipelines, CI/CD and Dockerfiles P-High 🔥 labels Feb 20, 2022
@teor2345 teor2345 self-assigned this Feb 20, 2022
mergify bot added a commit that referenced this pull request Feb 21, 2022
@mergify mergify bot merged commit 1896943 into main Feb 21, 2022
@mergify mergify bot deleted the tower-duplicate-deps branch February 21, 2022 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency file updates A-devops Area: Pipelines, CI/CD and Dockerfiles C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants