summaryrefslogtreecommitdiff
path: root/community/ponyc/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-10-12 12:56:09 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-10-12 12:56:09 +0200
commit3c468178544cb45eb84f4832c859ece1f57994f4 (patch)
treec5caff632dd39c7492d32b7f38e380a1ad039849 /community/ponyc/PKGBUILD
parenta8051ddc0cdc801007ea165c77d521038424de8a (diff)
downloadpackages-3c468178544cb45eb84f4832c859ece1f57994f4.tar.xz
community/ponyc: do not execute tests
Diffstat (limited to 'community/ponyc/PKGBUILD')
-rw-r--r--community/ponyc/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/ponyc/PKGBUILD b/community/ponyc/PKGBUILD
index ded62ee4..036ee228 100644
--- a/community/ponyc/PKGBUILD
+++ b/community/ponyc/PKGBUILD
@@ -7,3 +7,8 @@ eval "$(
s|make |make default_pic=true|
'
)"
+
+# the compiler seems fine, but the test frameworks seems to break with
+# newer LLVM, for now, ignoring the tests:
+# https://github.com/ponylang/ponyc/issues/2875
+unset check