]> git.ipfire.org Git - thirdparty/qemu.git/commit - .travis.yml
travis.yml: Use newer version of libgnutls and libpng
authorThomas Huth <thuth@redhat.com>
Wed, 9 Oct 2019 17:06:59 +0000 (19:06 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 25 Oct 2019 18:23:53 +0000 (19:23 +0100)
commit3c7a8b41b4227729e6347c682286b41eafdab1bf
treeb997fbcfeb6fa74632f6481dab25965d5dc8eb7b
parent241e7955bc0ac06a5e960a6e42732e63cc0f559e
travis.yml: Use newer version of libgnutls and libpng

libgnutls-dev and libpng12-dev are not available in newer versions
of Ubuntu anymore, so installing these packages fails e.g. in the
new arm64 containers on Travis. Let's use newer versions of these
packages by default instead. (The old versions still get tested in
the "gcc-9" build).

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20191009170701.14756-4-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml