From bb7eeb6f76a91d8e6659891ff6d8bd0e055d2b74 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 24 Oct 2023 23:12:57 +1000 Subject: [PATCH] Document how to fix deny.toml warnings (#7806) --- book/src/dev/continuous-integration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/book/src/dev/continuous-integration.md b/book/src/dev/continuous-integration.md index bd9db0ae2..a460fc91c 100644 --- a/book/src/dev/continuous-integration.md +++ b/book/src/dev/continuous-integration.md @@ -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: