mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-26 02:58:43 +02:00
Silence Amazonlinux:2 warnings about deprecated coroutines
This commit is contained in:
parent
9b0fa9ff97
commit
6fc966c502
2
.github/workflows/linux.bash
vendored
2
.github/workflows/linux.bash
vendored
@ -28,7 +28,7 @@ case "$DISTRO" in
|
||||
(
|
||||
cd boost_1_69_0
|
||||
./bootstrap.sh --with-libraries=context,coroutine,date_time,filesystem,iostreams,program_options,regex,system,test,thread
|
||||
./b2
|
||||
./b2 define=BOOST_COROUTINES_NO_DEPRECATION_WARNING
|
||||
)
|
||||
|
||||
ln -vs /usr/bin/cmake3 /usr/local/bin/cmake
|
||||
|
Loading…
x
Reference in New Issue
Block a user