[Skiboot] [PATCH] opal-ci: Drop fedora37, add fedora39
Reza Arbab
arbab at linux.ibm.com
Wed Dec 6 01:47:36 AEDT 2023
Fedora 37 has reached end-of-life. Remove it and add Fedora 39.
Signed-off-by: Reza Arbab <arbab at linux.ibm.com>
---
.github/workflows/docker-builds-checks.yml | 2 +-
opal-ci/Dockerfile-docs | 2 +-
opal-ci/{Dockerfile-fedora37 => Dockerfile-fedora39} | 2 +-
opal-ci/{build-fedora37.sh => build-fedora39.sh} | 0
4 files changed, 3 insertions(+), 3 deletions(-)
rename opal-ci/{Dockerfile-fedora37 => Dockerfile-fedora39} (94%)
rename opal-ci/{build-fedora37.sh => build-fedora39.sh} (100%)
diff --git a/.github/workflows/docker-builds-checks.yml b/.github/workflows/docker-builds-checks.yml
index 5fe565714ec0..6cfd4e66b552 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, fedora37, fedora38, fedora-rawhide, docs ]
+ os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora38, fedora39, fedora-rawhide, docs ]
steps:
- uses: actions/checkout at v3
diff --git a/opal-ci/Dockerfile-docs b/opal-ci/Dockerfile-docs
index 8cf46d0c98cc..9da4398dd41e 120000
--- a/opal-ci/Dockerfile-docs
+++ b/opal-ci/Dockerfile-docs
@@ -1 +1 @@
-Dockerfile-fedora37
\ No newline at end of file
+Dockerfile-fedora38
\ No newline at end of file
diff --git a/opal-ci/Dockerfile-fedora37 b/opal-ci/Dockerfile-fedora39
similarity index 94%
rename from opal-ci/Dockerfile-fedora37
rename to opal-ci/Dockerfile-fedora39
index ce6081349977..1a205e657fde 100644
--- a/opal-ci/Dockerfile-fedora37
+++ b/opal-ci/Dockerfile-fedora39
@@ -1,4 +1,4 @@
-FROM registry.fedoraproject.org/fedora:37
+FROM registry.fedoraproject.org/fedora:39
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-fedora37.sh b/opal-ci/build-fedora39.sh
similarity index 100%
rename from opal-ci/build-fedora37.sh
rename to opal-ci/build-fedora39.sh
--
2.39.3
More information about the Skiboot
mailing list