aboutsummaryrefslogtreecommitdiff
path: root/opal-ci
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-07-22 15:30:35 +1000
committerOliver O'Halloran <oohall@gmail.com>2019-07-26 15:31:41 +1000
commit85b94f12c420646dfc5ab8e9a987d10054bea592 (patch)
treea8d584bc6e0c135efadcc3dd5e977ff9a55dfbd2 /opal-ci
parent468a2dc1da2cbfc125ab9563d4ee4ccbf696d7a4 (diff)
downloadskiboot-85b94f12c420646dfc5ab8e9a987d10054bea592.zip
skiboot-85b94f12c420646dfc5ab8e9a987d10054bea592.tar.gz
skiboot-85b94f12c420646dfc5ab8e9a987d10054bea592.tar.bz2
travis: do gcov builds on fedora30
We've fixed up gcov for newer GCC. Signed-off-by: Stewart Smith <stewart@linux.ibm.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'opal-ci')
-rwxr-xr-xopal-ci/build-fedora30.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/opal-ci/build-fedora30.sh b/opal-ci/build-fedora30.sh
index 56099d2..e1120b9 100755
--- a/opal-ci/build-fedora30.sh
+++ b/opal-ci/build-fedora30.sh
@@ -17,11 +17,9 @@ make -j${MAKE_J} all
make -j${MAKE_J} check
(make clean; cd external/gard && CROSS= make -j${MAKE_J})
(cd external/pflash; make -j${MAKE_J})
-# GCOV build disabled for GCC 8.2
-# https://github.com/open-power/skiboot/issues/206
-#make clean
-#SKIBOOT_GCOV=1 make -j${MAKE_J}
-#SKIBOOT_GCOV=1 make -j${MAKE_J} check
+make clean
+SKIBOOT_GCOV=1 make -j${MAKE_J}
+SKIBOOT_GCOV=1 make -j${MAKE_J} check
make clean
rm -rf builddir