mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
test: install missing dependencies for CIs
This commit is contained in:
parent
cc469c3dfc
commit
03bf413309
@ -9,7 +9,7 @@ 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 ninja-build python3-pip python3-setuptools quota
|
||||
pip3 install meson
|
||||
|
||||
cd $REPO_ROOT
|
||||
|
@ -32,6 +32,7 @@ PACKAGES=(cryptsetup-bin
|
||||
python3-pyparsing
|
||||
python3-setuptools
|
||||
qemu-system-x86
|
||||
quota
|
||||
strace
|
||||
unifont
|
||||
util-linux)
|
||||
|
Loading…
Reference in New Issue
Block a user