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

make CI less failing on cargo deny bans #10151

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

mockersf
Copy link
Member

@mockersf mockersf commented Oct 16, 2023

Objective

  • Job cargo deny for bans is failing too often to be useful
  • Having only one version of all dependencies is not realistic

Solution

  • Only warn on multiple dependencies of a crate
  • Deny some specific crates that we know shouldn't be present multiple time

@mockersf mockersf added A-Build-System Related to build systems or continuous integration C-Dependencies A change to the crates that Bevy depends on labels Oct 16, 2023
@alice-i-cecile alice-i-cecile added this pull request to the merge queue Oct 16, 2023
@alice-i-cecile alice-i-cecile added the S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it label Oct 16, 2023
Merged via the queue into bevyengine:main with commit 71329fe Oct 16, 2023
26 checks passed
ameknite pushed a commit to ameknite/bevy that referenced this pull request Nov 6, 2023
# Objective

- Job cargo deny for bans is failing too often to be useful
- Having only one version of all dependencies is not realistic

## Solution

- Only warn on multiple dependencies of a crate
- Deny some specific crates that we know shouldn't be present multiple
time
github-merge-queue bot pushed a commit that referenced this pull request Dec 23, 2023
# Objective

- After #10151, cache check is less useful in dependency ban job
- It fails anyway because the steps are not in the right order

## Solution

- Remove the added steps
rdrpenguin04 pushed a commit to rdrpenguin04/bevy that referenced this pull request Jan 9, 2024
# Objective

- Job cargo deny for bans is failing too often to be useful
- Having only one version of all dependencies is not realistic

## Solution

- Only warn on multiple dependencies of a crate
- Deny some specific crates that we know shouldn't be present multiple
time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Build-System Related to build systems or continuous integration C-Dependencies A change to the crates that Bevy depends on S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants