From 6fc966c502f6e2b0dbef7f49820a1e71ed20c056 Mon Sep 17 00:00:00 2001 From: Johannes Schmidt Date: Tue, 9 Sep 2025 17:07:48 +0200 Subject: [PATCH] Silence Amazonlinux:2 warnings about deprecated coroutines --- .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 d0f0a16b5..6b4e9d16f 100755 --- a/.github/workflows/linux.bash +++ b/.github/workflows/linux.bash @@ -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