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:
parent
ed23b47695
commit
d01760ae41
1 changed files with 1 additions and 1 deletions
|
|
@ -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' ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue