Ignore apt-get update error in Travis CI build

For now just ignore it, it might be better to prune the repositories we
don't need, such as https://downloads.apache.org/cassandra/debian, which
result in the errors.
This commit is contained in:
Vadim Zeitlin
2021-04-12 21:04:21 +02:00
parent ed23b47695
commit d01760ae41

View File

@@ -46,7 +46,7 @@ case $(uname -s) in
dbgsym_pkgs='libfontconfig1-dbgsym libglib2.0-0-dbgsym libgtk-3-0-dbgsym libatk-bridge2.0-0-dbgsym'
fi
run_apt update
run_apt update || echo 'Failed to update packages, but continuing nevertheless.'
case "$wxCONFIGURE_FLAGS" in
*--with-directfb*) libtoolkit_dev='libdirectfb-dev' ;;