[arch-commits] Commit in gcc10/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue May 18 21:38:36 UTC 2021


    Date: Tuesday, May 18, 2021 @ 21:38:35
  Author: svenstaro
Revision: 936304

Re-enable check function

Modified:
  gcc10/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-18 21:28:48 UTC (rev 936303)
+++ PKGBUILD	2021-05-18 21:38:35 UTC (rev 936304)
@@ -101,14 +101,14 @@
   make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
 }
 
-# check() {
-#   cd gcc-build
-#
-#   # do not abort on error as some are "expected"
-#   make -k check || true
-#   "$srcdir/gcc/contrib/test_summary"
-# }
+check() {
+  cd gcc-build
 
+  # do not abort on error as some are "expected"
+  make -k check || true
+  "$srcdir/gcc/contrib/test_summary"
+}
+
 package_gcc10-libs() {
   pkgdesc='Runtime libraries shipped by GCC (Version 10)'
   depends=('glibc>=2.27')



More information about the arch-commits mailing list