[arch-commits] Commit in aws-c-auth/trunk (PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Thu Jan 6 01:50:54 UTC 2022


    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() {



More information about the arch-commits mailing list