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.
This commit is contained in:
Johannes Schmidt 2026-07-09 08:50:23 +02:00
parent b2084776ba
commit b29415cd1c

View file

@ -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:*)