mirror of
https://github.com/systemd/systemd.git
synced 2025-03-08 08:58:27 +03:00
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
This commit is contained in:
parent
f24cbe56d7
commit
c39e36203f
2
.github/workflows/build_test.sh
vendored
2
.github/workflows/build_test.sh
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user