Date: Thursday, January 6, 2022 @ 01:50:54
  Author: anatolik
Revision: 1094106

Tests work with the latest aws-c-* dependencies

Modified:
  aws-c-auth/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-06 01:50:05 UTC (rev 1094105)
+++ PKGBUILD    2022-01-06 01:50:54 UTC (rev 1094106)
@@ -21,9 +21,7 @@
 
 check() {
   cd aws-c-auth-$pkgver
-  # the tests hang for some reason 
https://github.com/awslabs/aws-c-auth/issues/147
-  # disable until it is resolved
-  # cmake --build build --target test
+  cmake --build build --target test
 }
 
 package() {

Reply via email to