[Skiboot] [PATCH] opal-ci: Drop fedora35, add fedora37

Dan Horák dan at danny.cz
Sat Dec 17 02:15:02 AEDT 2022


On Fri, 16 Dec 2022 09:11:05 -0600
Reza Arbab <arbab at linux.ibm.com> wrote:

> Fedora 35 has reached end-of-life. Remove it and add Fedora 37.
> 
> 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-fedora35 => Dockerfile-fedora37} | 2 +-
>  opal-ci/{build-fedora35.sh => build-fedora37.sh}     | 0
>  4 files changed, 3 insertions(+), 3 deletions(-)
>  rename opal-ci/{Dockerfile-fedora35 => Dockerfile-fedora37} (98%)
>  rename opal-ci/{build-fedora35.sh => build-fedora37.sh} (100%)
> 
> diff --git a/.github/workflows/docker-builds-checks.yml b/.github/workflows/docker-builds-checks.yml
> index e6285d0d44e8..441d420e6ae9 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, fedora35, fedora36, fedora-rawhide, docs ]
> +        os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora36, fedora37, fedora-rawhide, docs ]
>  
>      steps:
>        - uses: actions/checkout at v2
> diff --git a/opal-ci/Dockerfile-docs b/opal-ci/Dockerfile-docs
> index 24238a77c5e2..6286e0a967f9 120000
> --- a/opal-ci/Dockerfile-docs
> +++ b/opal-ci/Dockerfile-docs
> @@ -1 +1 @@
> -Dockerfile-fedora35
> \ No newline at end of file
> +Dockerfile-fedora36
> \ No newline at end of file
> diff --git a/opal-ci/Dockerfile-fedora35 b/opal-ci/Dockerfile-fedora37
> similarity index 98%
> rename from opal-ci/Dockerfile-fedora35
> rename to opal-ci/Dockerfile-fedora37
> index 5c4d803cd5d2..c8f8cd51f93b 100644
> --- a/opal-ci/Dockerfile-fedora35
> +++ b/opal-ci/Dockerfile-fedora37
> @@ -1,4 +1,4 @@
> -FROM fedora:35
> +FROM fedora:37
>  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-fedora35.sh b/opal-ci/build-fedora37.sh
> similarity index 100%
> rename from opal-ci/build-fedora35.sh
> rename to opal-ci/build-fedora37.sh
> -- 
> 2.31.1
> 
> _______________________________________________
> Skiboot mailing list
> Skiboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot


More information about the Skiboot mailing list