aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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