open-power / petitboot

GNU General Public License v2.0
205 stars 56 forks source link

travis: update dist from trusty to bionic #69

Closed klauskiwi closed 4 years ago

klauskiwi commented 4 years ago

Some recent backports introduced to the 1.7.x branch are breaking the travis-ci builds due to an obsolete libdevmapper-dev that doesn't include the 'dm_task_geterrno()' function.

On the master branch, this is not observed due to the use of more modern Ubuntu 18.04 (bionic) in the docker-based builds (that are not part of the 1.7.x branch).

Instead of backporting the docker infrastructure to 1.7.x, simply bump the 'dist' tag on this branch's .travis.yml file to use 'bionic' which should solve the CI issues.

Signed-off-by: Klaus Heinrich Kiwi klaus@linux.vnet.ibm.com