aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReza Arbab <arbab@linux.ibm.com>2023-05-17 10:28:53 -0500
committerReza Arbab <arbab@linux.ibm.com>2023-06-06 13:32:12 -0500
commit17bbda085f3bc12dd94198706c7199f10e15fce9 (patch)
tree307204ee235bf899a20823638a7d32ed96158f3f
parent09fb9548e2e96a9958936486f4cb1e2594475aff (diff)
downloadskiboot-17bbda085f3bc12dd94198706c7199f10e15fce9.zip
skiboot-17bbda085f3bc12dd94198706c7199f10e15fce9.tar.gz
skiboot-17bbda085f3bc12dd94198706c7199f10e15fce9.tar.bz2
opal-ci: Drop fedora36, add fedora38
Fedora 36 has reached end-of-life. Remove it and add Fedora 38. 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-fedora38 (renamed from opal-ci/Dockerfile-fedora36)2
-rwxr-xr-xopal-ci/build-fedora38.sh (renamed from opal-ci/build-fedora36.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 b988f05..5fe5657 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, fedora36, fedora37, fedora-rawhide, docs ]
+ os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora37, fedora38, fedora-rawhide, docs ]
steps:
- uses: actions/checkout@v3
diff --git a/opal-ci/Dockerfile-docs b/opal-ci/Dockerfile-docs
index 6286e0a..8cf46d0 120000
--- a/opal-ci/Dockerfile-docs
+++ b/opal-ci/Dockerfile-docs
@@ -1 +1 @@
-Dockerfile-fedora36 \ No newline at end of file
+Dockerfile-fedora37 \ No newline at end of file
diff --git a/opal-ci/Dockerfile-fedora36 b/opal-ci/Dockerfile-fedora38
index 6a10f3c..8638dd6 100644
--- a/opal-ci/Dockerfile-fedora36
+++ b/opal-ci/Dockerfile-fedora38
@@ -1,4 +1,4 @@
-FROM fedora:36
+FROM fedora:38
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-fedora36.sh b/opal-ci/build-fedora38.sh
index 7c607a1..7c607a1 100755
--- a/opal-ci/build-fedora36.sh
+++ b/opal-ci/build-fedora38.sh