1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00

Revert "ci: switch back to meson-0.56.2"

This reverts commit c39e36203f.

Now that meson-0.57.1 (where https://github.com/mesonbuild/meson/issues/8347
is fixed) is out it should be safe to keep rolling forward.
This commit is contained in:
Evgeny Vereshchagin 2021-02-19 02:07:29 +00:00 committed by Zbigniew Jędrzejewski-Szmek
parent cd6d2111c4
commit 8e32f20d13

View File

@ -96,7 +96,7 @@ apt-get -y install "${PACKAGES[@]}"
# support all the features we need (like --optimization=). Since the build-dep # 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 # command above installs the distro versions, let's install the pip ones just
# locally and add the local bin directory to the $PATH. # locally and add the local bin directory to the $PATH.
pip3 install --user -U meson==0.56.2 ninja pip3 install --user -U meson ninja
export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.local/bin:$PATH"
$CC --version $CC --version