From 16e16013bfa0871dd6cb2fc1f05774a43d83bab7 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:07:15 +0000 Subject: [PATCH] build, msvc: Document `libevent` version pinning --- vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vcpkg.json b/vcpkg.json index 6ffc330201f..3285223b051 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -55,6 +55,7 @@ }, "overrides": [ { + "$comment": "Newer unreleased libevent versions cause https://github.com/bitcoin/bitcoin/issues/30096", "name": "libevent", "version": "2.1.12#7" }