From b9559e63d3f2d81a497a0fce1d0149e9867eb59d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 18 Jul 2026 03:30:30 +0900 Subject: [PATCH] codegen: Mark kingfisher 1.107.0 as broken ``` info: installing kingfisher@latest info: downloading https://github.com/mongodb/kingfisher/releases/download/v1.107.0/kingfisher-windows-x64.zip info: verifying sha256 checksum for kingfisher-windows-x64.zip warning: tmp appears to use backslashes as path separators Error: Process completed with exit code 1. ``` --- tools/codegen/base/kingfisher.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/codegen/base/kingfisher.json b/tools/codegen/base/kingfisher.json index 2d1f4eb1..09957668 100644 --- a/tools/codegen/base/kingfisher.json +++ b/tools/codegen/base/kingfisher.json @@ -11,6 +11,7 @@ } } }, + "broken": ["1.107.0"], "bin": "${package}${exe}", "platform": { "x86_64_linux_musl": {