From: Evgeny Vereshchagin Date: Mon, 15 Feb 2021 03:48:03 +0000 (+0000) Subject: ci: switch back to meson-0.56.2 X-Git-Tag: v248-rc1~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c39e36203ff79a831c93dfb9380c967cd7fdbb99;p=thirdparty%2Fsystemd.git ci: switch back to meson-0.56.2 It seems there is another meson (0.57.0) regression preventing clang from building systemd with --optimization=3 -Db_lto=true By analogy with https://github.com/google/oss-fuzz/pull/5199 let's just switch to 0.56.2 for the time being --- diff --git a/.github/workflows/build_test.sh b/.github/workflows/build_test.sh index 9af1f923d5b..2f3646e7ed0 100755 --- a/.github/workflows/build_test.sh +++ b/.github/workflows/build_test.sh @@ -95,7 +95,7 @@ apt-get -y install "${PACKAGES[@]}" # support all the features we need (like --optimization=). Since the build-dep # command above installs the distro versions, let's install the pip ones just # locally and add the local bin directory to the $PATH. -pip3 install --user -U meson ninja +pip3 install --user -U meson==0.56.2 ninja export PATH="$HOME/.local/bin:$PATH" $CC --version