[Skiboot] [PATCH] opal-ci: Drop fedora41, add fedora43
Dan Horák
dan at danny.cz
Wed Nov 26 02:29:27 AEDT 2025
On Tue, 25 Nov 2025 09:24:10 -0600
Reza Arbab <arbab at linux.ibm.com> wrote:
> Fedora 41 has reached end-of-life. Remove it and add Fedora 43.
>
> Signed-off-by: Reza Arbab <arbab at linux.ibm.com>
LGTM
Reviewed-by: Dan Horák <dan at danny.cz>
Dan
> ---
> .github/workflows/docker-builds-checks.yml | 2 +-
> opal-ci/Dockerfile-docs | 2 +-
> opal-ci/{Dockerfile-fedora41 => Dockerfile-fedora43} | 2 +-
> opal-ci/{build-fedora41.sh => build-fedora43.sh} | 0
> 4 files changed, 3 insertions(+), 3 deletions(-)
> rename opal-ci/{Dockerfile-fedora41 => Dockerfile-fedora43} (94%)
> rename opal-ci/{build-fedora41.sh => build-fedora43.sh} (100%)
>
> diff --git a/.github/workflows/docker-builds-checks.yml b/.github/workflows/docker-builds-checks.yml
> index 22fdbc802..9ae22bdfa 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-22.04, ubuntu-24.04, ubuntu-rolling, fedora41, fedora42, fedora-rawhide, docs ]
> + os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-rolling, fedora42, fedora43, fedora-rawhide, docs ]
>
> steps:
> - uses: actions/checkout at v4
> diff --git a/opal-ci/Dockerfile-docs b/opal-ci/Dockerfile-docs
> index e6a1ba5dc..0984e8841 120000
> --- a/opal-ci/Dockerfile-docs
> +++ b/opal-ci/Dockerfile-docs
> @@ -1 +1 @@
> -Dockerfile-fedora41
> \ No newline at end of file
> +Dockerfile-fedora42
> \ No newline at end of file
> diff --git a/opal-ci/Dockerfile-fedora41 b/opal-ci/Dockerfile-fedora43
> similarity index 94%
> rename from opal-ci/Dockerfile-fedora41
> rename to opal-ci/Dockerfile-fedora43
> index 64c9f9a02..4f323679b 100644
> --- a/opal-ci/Dockerfile-fedora41
> +++ b/opal-ci/Dockerfile-fedora43
> @@ -1,4 +1,4 @@
> -FROM registry.fedoraproject.org/fedora:41
> +FROM registry.fedoraproject.org/fedora:43
> 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-fedora41.sh b/opal-ci/build-fedora43.sh
> similarity index 100%
> rename from opal-ci/build-fedora41.sh
> rename to opal-ci/build-fedora43.sh
> --
> 2.43.7
>
> _______________________________________________
> Skiboot mailing list
> Skiboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot
More information about the Skiboot
mailing list