[git pull] Fixes for Petitboot 1.7.x

Klaus Heinrich Kiwi klaus at linux.vnet.ibm.com
Thu Jan 30 02:12:09 AEDT 2020


On 1/28/2020 10:53 PM, Klaus Heinrich Kiwi wrote:
>
> On 1/28/2020 10:02 PM, Jeremy Kerr wrote:
>> There's a bit of docker infrastructure under the docker/ directory (and
>> a README) - that should help reproducing, as it should be a very
>> similar environment to what travis performs.
> Thanks, will take a look soon.

Updating 'trusty' to 'bionic' in the .travis.yml file solves the CI issue:

from https://github.com/open-power/petitboot/pull/69

---

commit 894fdb6ce060ec0f3fb43b77dcdbfaf0bff8a90b (HEAD -> 
petitboot-1.7.x_klausk, klauskiwi_upstream/petitboot-1.7.x_klausk)
Author: Klaus Heinrich Kiwi <klaus at linux.vnet.ibm.com>
Date:   Wed Jan 29 11:36:16 2020 -0300

     travis: update dist from trusty to bionic

     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 at linux.vnet.ibm.com>

diff --git a/.travis.yml b/.travis.yml
index 4ba95f4..5577b85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
  language: c

  sudo: required
-dist: trusty
+dist: bionic

  before_install:
   - sudo apt-get -qq update
>
-- 
Klaus Heinrich Kiwi <klaus at linux.vnet.ibm.com>



More information about the Petitboot mailing list