[Skiboot] [PATCH 0/3] CI refresh

Frederic Barrat fbarrat at linux.ibm.com
Sat May 7 00:48:04 AEST 2022


A few patches to refresh our CI setup:
 - specific build for Ubuntu 22.04 LTS
 - fix for Ubuntu rolling (python dependency package name update)
 - re-enable Fedora rawhide

Note that those 3 builds will still fail "make check" for now, because
they use openssl 3.0 and it deprecates APIs used in
libstb/print-container. We'll have to fix that separately. But at
least the build environments should be sane now.


Frederic Barrat (3):
  CI: Update python dependency on Ubuntu rolling
  CI: Add testing on Ubuntu 22.04 LTS
  CI: Clean up and re-enable testing on Fedora rawhide

 .github/workflows/docker-builds-checks.yml |  2 +-
 opal-ci/Dockerfile-fedora-rawhide          |  9 ++++---
 opal-ci/Dockerfile-ubuntu-22.04            | 10 +++++++
 opal-ci/Dockerfile-ubuntu-rolling          |  2 +-
 opal-ci/build-fedora-rawhide.sh            | 23 +++++++++++++++-
 opal-ci/build-ubuntu-22.04.sh              | 31 ++++++++++++++++++++++
 6 files changed, 70 insertions(+), 7 deletions(-)
 create mode 100644 opal-ci/Dockerfile-ubuntu-22.04
 mode change 120000 => 100755 opal-ci/build-fedora-rawhide.sh
 create mode 100755 opal-ci/build-ubuntu-22.04.sh

-- 
2.35.1



More information about the Skiboot mailing list