diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-10-12 12:56:09 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-10-12 12:56:09 +0200 |
commit | 3c468178544cb45eb84f4832c859ece1f57994f4 (patch) | |
tree | c5caff632dd39c7492d32b7f38e380a1ad039849 /community/ponyc | |
parent | a8051ddc0cdc801007ea165c77d521038424de8a (diff) | |
download | packages-3c468178544cb45eb84f4832c859ece1f57994f4.tar.xz |
community/ponyc: do not execute tests
Diffstat (limited to 'community/ponyc')
-rw-r--r-- | community/ponyc/PKGBUILD | 5 |
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 |