aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReza Arbab <arbab@linux.ibm.com>2024-05-24 09:08:59 -0500
committerReza Arbab <arbab@linux.ibm.com>2024-08-02 08:48:13 -0500
commit1a8b3006a307a995a8dbce2de28ce0fd39bfe4a1 (patch)
tree96edca1cf141bd27eb374377c2cf6511566914b9
parent326a4666bd69ca071c4f7d2eacf868b11099baee (diff)
downloadskiboot-1a8b3006a307a995a8dbce2de28ce0fd39bfe4a1.zip
skiboot-1a8b3006a307a995a8dbce2de28ce0fd39bfe4a1.tar.gz
skiboot-1a8b3006a307a995a8dbce2de28ce0fd39bfe4a1.tar.bz2
opal-ci: Drop fedora38, add fedora40
Fedora 38 has reached end-of-life. Remove it and add Fedora 40. Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
-rw-r--r--.github/workflows/docker-builds-checks.yml2
l---------opal-ci/Dockerfile-docs2
-rw-r--r--opal-ci/Dockerfile-fedora40 (renamed from opal-ci/Dockerfile-fedora38)2
-rwxr-xr-xopal-ci/build-fedora40.sh (renamed from opal-ci/build-fedora38.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 6cfd4e6..ab57ca2 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-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora38, fedora39, fedora-rawhide, docs ]
+ os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora39, fedora40, fedora-rawhide, docs ]
steps:
- uses: actions/checkout@v3
diff --git a/opal-ci/Dockerfile-docs b/opal-ci/Dockerfile-docs
index 9da4398..028ae93 120000
--- a/opal-ci/Dockerfile-docs
+++ b/opal-ci/Dockerfile-docs
@@ -1 +1 @@
-Dockerfile-fedora38 \ No newline at end of file
+Dockerfile-fedora39 \ No newline at end of file
diff --git a/opal-ci/Dockerfile-fedora38 b/opal-ci/Dockerfile-fedora40
index 5266f02..efd43a7 100644
--- a/opal-ci/Dockerfile-fedora38
+++ b/opal-ci/Dockerfile-fedora40
@@ -1,4 +1,4 @@
-FROM registry.fedoraproject.org/fedora:38
+FROM registry.fedoraproject.org/fedora:40
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-fedora38.sh b/opal-ci/build-fedora40.sh
index 7c607a1..7c607a1 100755
--- a/opal-ci/build-fedora38.sh
+++ b/opal-ci/build-fedora40.sh