From 0a3ab740d377313262b18431e91dbcf38b646d8d Mon Sep 17 00:00:00 2001 From: Anton Artyushin Date: Mon, 15 Jun 2026 11:52:32 +0400 Subject: [PATCH] fix build: add lost Debian boost dependencies Signed-off-by: Anton Artyushin --- scripts/docs/en/deps/debian-12.md | 2 ++ scripts/docs/en/deps/debian-13.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/scripts/docs/en/deps/debian-12.md b/scripts/docs/en/deps/debian-12.md index 137b5a5880df..45a379800273 100644 --- a/scripts/docs/en/deps/debian-12.md +++ b/scripts/docs/en/deps/debian-12.md @@ -4,6 +4,8 @@ cmake gdb git libbenchmark-dev +libboost-context1.81-dev +libboost-coroutine1.81-dev libboost1.81-dev libboost-filesystem1.81-dev libboost-iostreams1.81-dev diff --git a/scripts/docs/en/deps/debian-13.md b/scripts/docs/en/deps/debian-13.md index a3b19cc64d1f..5163ff98b10a 100644 --- a/scripts/docs/en/deps/debian-13.md +++ b/scripts/docs/en/deps/debian-13.md @@ -4,6 +4,8 @@ cmake gdb git libbenchmark-dev +libboost-context1.83-dev +libboost-coroutine1.83-dev libboost1.83-dev libboost-filesystem1.83-dev libboost-iostreams1.83-dev