Skip to content

Commit

Permalink
Document how to fix deny.toml warnings (#7806)
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Oct 24, 2023
1 parent 37a3c2a commit bb7eeb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions book/src/dev/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ To fix duplicate dependencies, follow these steps until the duplicate dependenci

4. Repeat step 3 until the dependency warnings are fixed. Adding a single `skip-tree` exception can resolve multiple warnings.

#### Fixing "unmatched skip root" warnings in `Check deny.toml bans`

1. Run `cargo deny --all-features check bans`, or look at the output of the latest "Check deny.toml bans --all-features" job on the `main` branch

2. If there are any "skip tree root was not found in the dependency graph" warnings, delete those versions from `deny.toml`

### Fixing Disk Full Errors and Zcash Parameter Errors

If the Docker cached state disks are full, increase the disk sizes in:
Expand Down

0 comments on commit bb7eeb6

Please sign in to comment.