[Skiboot] [PATCH] opal-ci: Replace fedora32 with fedora33
Dan Horák
dan at danny.cz
Tue Apr 6 17:57:31 AEST 2021
On Mon, 5 Apr 2021 16:44:05 +0530
Vasant Hegde <hegdevasant at linux.vnet.ibm.com> wrote:
> Ideally we should move to fedora34. But looks like docker repository
> doesn't have fedora34-ppc64le image. Hence moving to fedora33 for now.
>
>
> Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
> ---
> .travis.yml | 2 +-
> opal-ci/Dockerfile-docs | 2 +-
> opal-ci/{Dockerfile-fedora32 => Dockerfile-fedora33} | 4 ++--
> opal-ci/build-fedora-rawhide.sh | 2 +-
> opal-ci/{build-fedora32.sh => build-fedora33.sh} | 0
> 5 files changed, 5 insertions(+), 5 deletions(-)
> rename opal-ci/{Dockerfile-fedora32 => Dockerfile-fedora33} (86%)
> rename opal-ci/{build-fedora32.sh => build-fedora33.sh} (100%)
LGTM
F-34 hasn't been released yet, but I will check if there should be the
fedora34-ppc64le image (pre-release) already available
Reviewed-by: Dan Horák <dan at danny.cz>
Dan
> diff --git a/.travis.yml b/.travis.yml
> index 8345acccf..9bf882525 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -16,7 +16,7 @@ env:
> - RUN_ON_CONTAINER=ubuntu-20.04
> - RUN_ON_CONTAINER=ubuntu-latest
> - RUN_ON_CONTAINER=centos7
> - - RUN_ON_CONTAINER=fedora32
> + - RUN_ON_CONTAINER=fedora33
> - RUN_ON_CONTAINER=fedora-rawhide
> - RUN_ON_CONTAINER=debian-unstable
> - RUN_ON_CONTAINER=docs
> diff --git a/opal-ci/Dockerfile-docs b/opal-ci/Dockerfile-docs
> index 923955e83..d8212b8f0 120000
> --- a/opal-ci/Dockerfile-docs
> +++ b/opal-ci/Dockerfile-docs
> @@ -1 +1 @@
> -Dockerfile-fedora32
> \ No newline at end of file
> +Dockerfile-fedora33
> \ No newline at end of file
> diff --git a/opal-ci/Dockerfile-fedora32 b/opal-ci/Dockerfile-fedora33
> similarity index 86%
> rename from opal-ci/Dockerfile-fedora32
> rename to opal-ci/Dockerfile-fedora33
> index 1fdcdc5fd..488b796c6 100644
> --- a/opal-ci/Dockerfile-fedora32
> +++ b/opal-ci/Dockerfile-fedora33
> @@ -1,6 +1,6 @@
> -FROM fedora:32
> +FROM fedora:33
> 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-devel gcc-powerpc64-linux-gnu mbedtls-devel
> +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
> # for building documentation and the coverage report
> RUN dnf -y install python-pip lcov
> # below packages are for building dtc
> diff --git a/opal-ci/build-fedora-rawhide.sh b/opal-ci/build-fedora-rawhide.sh
> index 329cdbecb..dfeee1f1a 120000
> --- a/opal-ci/build-fedora-rawhide.sh
> +++ b/opal-ci/build-fedora-rawhide.sh
> @@ -1 +1 @@
> -build-fedora32.sh
> \ No newline at end of file
> +build-fedora33.sh
> \ No newline at end of file
> diff --git a/opal-ci/build-fedora32.sh b/opal-ci/build-fedora33.sh
> similarity index 100%
> rename from opal-ci/build-fedora32.sh
> rename to opal-ci/build-fedora33.sh
> --
> 2.26.2
>
> _______________________________________________
> Skiboot mailing list
> Skiboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot
More information about the Skiboot
mailing list