Skip to content

Commit

Permalink
travis: update dist from trusty to bionic
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Klaus Heinrich Kiwi committed Jan 29, 2020
1 parent 7b4d036 commit 894fdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: c

sudo: required
dist: trusty
dist: bionic

before_install:
- sudo apt-get -qq update
Expand Down

0 comments on commit 894fdb6

Please sign in to comment.