diff mbox series

[06/15] ci: Remove lcov workaround for Fedora

Message ID 20200612022452.371685-7-oohall@gmail.com
State Accepted
Headers show
Series [01/15] test/qemu: Update command line arguments | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch warning Failed to apply on branch master (fe70fbb78d33abea788a3221bc409a7c50c019c3)
snowpatch_ozlabs/apply_patch fail Failed to apply to any branch

Commit Message

Oliver O'Halloran June 12, 2020, 2:24 a.m. UTC
The bug being worked around here was fixed ages ago in F29 and F30.
There's no need to continue using the testing version of lcov so
go back to using the production version.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
 opal-ci/Dockerfile-fedora32 | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/opal-ci/Dockerfile-fedora32 b/opal-ci/Dockerfile-fedora32
index 5fbf4683654b..9238027f8dc6 100644
--- a/opal-ci/Dockerfile-fedora32
+++ b/opal-ci/Dockerfile-fedora32
@@ -1,10 +1,8 @@ 
 FROM fedora:32
 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
-# for building documentation
-RUN dnf -y install python-pip
-# for GCOV coverage reports (need testing due to https://bugzilla.redhat.com/show_bug.cgi?id=1668843 )
-RUN dnf -y install lcov --enablerepo=updates-testing
+# for building documentation and the coverage report
+RUN dnf -y install python-pip lcov
 # below packages are for building dtc
 RUN dnf -y install flex bison
 RUN if [ `arch` = "x86_64" ]; then dnf -y install http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0.f22.x86_64.rpm; fi