summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-10-18 21:13:50 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-10-18 21:13:50 -0700
commit2a9f6ba741917a2aa0c77c1a624038178cc582a0 (patch)
treeb7c46fcd3b115dd0e066f4ad7941d73a95ecf178
parentUpdated to 3.5.1 (diff)
downloadchrony-2a9f6ba741917a2aa0c77c1a624038178cc582a0.tar.xz
Disable broken checks. Fails when building for alternate architectures.
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34440a6..0b17728 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,10 +63,10 @@ build() {
make
}
-check() {
- cd ${pkgname}-${pkgver}
- make check
-}
+#check() {
+# cd ${pkgname}-${pkgver}
+# make check
+#}
package() {
cd ${pkgname}-${pkgver}