From: Evgeny Vereshchagin Date: Sun, 28 Jun 2020 18:14:40 +0000 (+0200) Subject: travis: install all the "official" build dependencies X-Git-Tag: v2.36-rc2~30^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=852db9d87d8fe9b5b6c0894e932a3d13744d40b9;p=thirdparty%2Futil-linux.git travis: install all the "official" build dependencies --- diff --git a/.travis-functions.sh b/.travis-functions.sh index 992905a163..cabc3cc50c 100755 --- a/.travis-functions.sh +++ b/.travis-functions.sh @@ -130,7 +130,9 @@ function travis_install_script fi # install required packages + sudo bash -c "echo 'deb-src http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs) main restricted universe multiverse' >>/etc/apt/sources.list" sudo apt-get -qq update --fix-missing + sudo apt-get build-dep -y util-linux sudo apt-get install -qq >/dev/null \ bc \ btrfs-tools \