IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics

Home Page:https://bit.ly/2kuu1fT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI builds fail to download latest Chrome

damyanpetev opened this issue · comments

Description

Latest Travis CI runs fail to download latest Chrome:

Installing Google Chrome stable
1.23s$ wget --no-verbose -O /tmp/$(basename $CHROME_SOURCE_URL) $CHROME_SOURCE_URL
2019-09-11 15:04:00 URL:https://dl.google.com/dl/linux/direct/google-chrome-stable_current_amd64.deb [62302944/62302944] -> "/tmp/google-chrome-stable_current_amd64.deb" [1]
dpkg-deb: error: archive '/tmp/google-chrome-stable_current_amd64.deb' has premature member 'control.tar.xz' before 'control.tar.gz', giving up

https://travis-ci.org/IgniteUI/ignite-ui/builds/583707324#L424
https://travis-ci.org/IgniteUI/ignite-ui/builds/583660988#L424

This causes those runs to revert back to the native version of the image, which is Chrome 62.

This is a know issue with dpkg that can't handle the latest Chrome packages. Best approach would be to upgrade to Xenial.

Related: travis-ci/travis-ci#9361