]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "ci: switch back to meson-0.56.2"
authorEvgeny Vereshchagin <evvers@ya.ru>
Fri, 19 Feb 2021 02:07:29 +0000 (02:07 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 20 Feb 2021 19:20:04 +0000 (20:20 +0100)
This reverts commit c39e36203ff79a831c93dfb9380c967cd7fdbb99.

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.

.github/workflows/build_test.sh

index fc3d6c096e28656657f7bef45dba58e9c31bc5bb..8ad7e767909d99cebbdfbd0c9ce9207bd79a62a0 100755 (executable)
@@ -96,7 +96,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==0.56.2 ninja
+pip3 install --user -U meson ninja
 export PATH="$HOME/.local/bin:$PATH"
 
 $CC --version