mirror of
https://github.com/Icinga/icinga2.git
synced 2026-07-16 12:13:06 -04:00
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:
parent
b2084776ba
commit
b29415cd1c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.bash
vendored
2
.github/workflows/linux.bash
vendored
|
|
@ -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:*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue