[arch-commits] Commit in protobuf/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 8 12:29:55 UTC 2021
Date: Saturday, May 8, 2021 @ 12:29:54
Author: foutrelis
Revision: 414729
Remove -Wno-error=type-limits workaround from make check
Modified:
protobuf/trunk/PKGBUILD
----------+
PKGBUILD | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-08 12:19:09 UTC (rev 414728)
+++ PKGBUILD 2021-05-08 12:29:54 UTC (rev 414729)
@@ -38,11 +38,8 @@
check() {
cd "$pkgbase-$pkgver"
+ make check
- # https://bugzilla.redhat.com/show_bug.cgi?id=1838470
- # https://github.com/protocolbuffers/protobuf/issues/7514
- make check CXXFLAGS+=' -Wno-error=type-limits'
-
cd python
python setup.py test
}
More information about the arch-commits
mailing list