Document how to fix deny.toml warnings (#7806)

This commit is contained in:
teor 2023-10-24 23:12:57 +10:00 committed by GitHub
parent 37a3c2a511
commit bb7eeb6f76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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: