aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReza Arbab <arbab@linux.ibm.com>2025-06-11 10:03:28 -0500
committerReza Arbab <arbab@linux.ibm.com>2025-06-27 11:52:33 -0500
commitc6b38cc5e16cc2d12eccae804f7f3fed09457ed9 (patch)
tree018baf78dda3df6df54174321be24d4d8f11bcef
parent9abbfe67df5b59b3fd37f8bed688df40e5c7a476 (diff)
downloadskiboot-c6b38cc5e16cc2d12eccae804f7f3fed09457ed9.zip
skiboot-c6b38cc5e16cc2d12eccae804f7f3fed09457ed9.tar.gz
skiboot-c6b38cc5e16cc2d12eccae804f7f3fed09457ed9.tar.bz2
opal-ci: Drop fedora40, add fedora42
Fedora 40 has reached end-of-life. Remove it and add Fedora 42. Signed-off-by: Reza Arbab <arbab@linux.ibm.com> Reviewed-by: Dan HorĂ¡k <dan@danny.cz>
-rw-r--r--.github/workflows/docker-builds-checks.yml2
l---------opal-ci/Dockerfile-docs2
-rw-r--r--opal-ci/Dockerfile-fedora42 (renamed from opal-ci/Dockerfile-fedora40)2
-rwxr-xr-xopal-ci/build-fedora42.sh (renamed from opal-ci/build-fedora40.sh)0
4 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/docker-builds-checks.yml b/.github/workflows/docker-builds-checks.yml
index e80f27b..3a26df1 100644
--- a/.github/workflows/docker-builds-checks.yml
+++ b/.github/workflows/docker-builds-checks.yml
@@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
- os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, fedora40, fedora41, fedora-rawhide, docs ]
+ os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, fedora41, fedora42, fedora-rawhide, docs ]
steps:
- uses: actions/checkout@v4
diff --git a/opal-ci/Dockerfile-docs b/opal-ci/Dockerfile-docs
index 90ccf09..e6a1ba5 120000
--- a/opal-ci/Dockerfile-docs
+++ b/opal-ci/Dockerfile-docs
@@ -1 +1 @@
-Dockerfile-fedora40 \ No newline at end of file
+Dockerfile-fedora41 \ No newline at end of file
diff --git a/opal-ci/Dockerfile-fedora40 b/opal-ci/Dockerfile-fedora42
index efd43a7..9c4e581 100644
--- a/opal-ci/Dockerfile-fedora40
+++ b/opal-ci/Dockerfile-fedora42
@@ -1,4 +1,4 @@
-FROM registry.fedoraproject.org/fedora:40
+FROM registry.fedoraproject.org/fedora:42
RUN dnf -y update
RUN dnf -y install --allowerasing wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl openssl-devel gcc-powerpc64-linux-gnu mbedtls-devel which qemu-system-ppc
# for building documentation and the coverage report
diff --git a/opal-ci/build-fedora40.sh b/opal-ci/build-fedora42.sh
index 7c607a1..7c607a1 100755
--- a/opal-ci/build-fedora40.sh
+++ b/opal-ci/build-fedora42.sh