From b29415cd1c44a263fe99ba5b3d82fb8b87ecd8ef Mon Sep 17 00:00:00 2001 From: Johannes Schmidt Date: Thu, 9 Jul 2026 08:50:23 +0200 Subject: [PATCH] Install Boost.Atomic on *suse* GHAs The Boost::thread CMake target depends on it. Actually it's needed only on *suse*:15.*, but can't harm having it on the other GHAs too. --- .github/workflows/linux.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.bash b/.github/workflows/linux.bash index a41fce8cb..eb3420429 100755 --- a/.github/workflows/linux.bash +++ b/.github/workflows/linux.bash @@ -54,7 +54,7 @@ case "$DISTRO" in *suse*) zypper in -y --allow-downgrade bison ccache cmake flex gcc-c++ ninja rpm-config-SUSE \ {lib{edit,mariadb,openssl},ncurses,postgresql,systemd,protobuf}-devel \ - libboost_{context,coroutine,filesystem,iostreams,program_options,regex,system,test,thread}-devel + libboost_{atomic,context,coroutine,filesystem,iostreams,program_options,regex,system,test,thread}-devel ;; *rockylinux:*)