aboutsummaryrefslogtreecommitdiff
path: root/opal-ci
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2020-06-12 12:24:43 +1000
committerOliver O'Halloran <oohall@gmail.com>2020-06-17 21:18:45 +1000
commit5a4447e5fa4174de14459a15eff45cf203621d48 (patch)
tree78643dc539b64e6da15478d186e6ecbb43d4bc08 /opal-ci
parent95f23aa242cd568863f573e7755d789457a489eb (diff)
downloadskiboot-5a4447e5fa4174de14459a15eff45cf203621d48.zip
skiboot-5a4447e5fa4174de14459a15eff45cf203621d48.tar.gz
skiboot-5a4447e5fa4174de14459a15eff45cf203621d48.tar.bz2
ci: Remove lcov workaround for Fedora
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>
Diffstat (limited to 'opal-ci')
-rw-r--r--opal-ci/Dockerfile-fedora326
1 files changed, 2 insertions, 4 deletions
diff --git a/opal-ci/Dockerfile-fedora32 b/opal-ci/Dockerfile-fedora32
index 5fbf468..9238027 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