]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: install ninja with pip
authorEvgeny Vereshchagin <evvers@ya.ru>
Sun, 29 Mar 2020 23:32:00 +0000 (23:32 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sun, 29 Mar 2020 23:57:56 +0000 (02:57 +0300)
https://mesonbuild.com/Release-notes-for-0-54-0.html#ninja-version-requirement-bumped-to-17
https://github.com/mesonbuild/meson/issues/6867

travis-ci/managers/fuzzit.sh

index c3d76134fec4a5f97dbb0d4acf9cda9b26fd4cc3..6c487de6edee34965248aa0fbfede297839d3356 100755 (executable)
@@ -13,10 +13,10 @@ REPO_ROOT=${REPO_ROOT:-$(pwd)}
 sudo bash -c "echo 'deb-src http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse' >>/etc/apt/sources.list"
 sudo apt-get update -y
 sudo apt-get build-dep systemd -y
-sudo apt-get install -y ninja-build python3-pip python3-setuptools
+sudo apt-get install -y python3-pip python3-setuptools
 # The following should be dropped when debian packaging has been updated to include them
 sudo apt-get install -y libfdisk-dev libp11-kit-dev libssl-dev libpwquality-dev
-pip3 install meson
+pip3 install ninja meson
 
 cd $REPO_ROOT
 export PATH="$HOME/.local/bin/:$PATH"