aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-04-05 16:44:05 +0530
committerVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-04-07 11:42:55 +0530
commit2a17ce7a60675d245c20397b3f22b22f6a0a324e (patch)
tree4a150aa0e0ff96303826d2b15132636e2e091d32
parent2eb49cea0c8415d34127f0b98b2d9f3d6b54ccf9 (diff)
downloadskiboot-2a17ce7a60675d245c20397b3f22b22f6a0a324e.zip
skiboot-2a17ce7a60675d245c20397b3f22b22f6a0a324e.tar.gz
skiboot-2a17ce7a60675d245c20397b3f22b22f6a0a324e.tar.bz2
opal-ci: Replace fedora32 with fedora33
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@linux.vnet.ibm.com> Reviewed-by: Dan HorĂ¡k <dan@danny.cz>
-rw-r--r--.travis.yml2
l---------opal-ci/Dockerfile-docs2
-rw-r--r--opal-ci/Dockerfile-fedora33 (renamed from opal-ci/Dockerfile-fedora32)4
l---------opal-ci/build-fedora-rawhide.sh2
-rwxr-xr-xopal-ci/build-fedora33.sh (renamed from opal-ci/build-fedora32.sh)0
5 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 8345acc..9bf8825 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 923955e..d8212b8 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
index 1fdcdc5..488b796 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 329cdbe..dfeee1f 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
index 9042256..9042256 100755
--- a/opal-ci/build-fedora32.sh
+++ b/opal-ci/build-fedora33.sh