aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2018-06-01 05:39:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-07 07:37:34 +0000
commit1bdd30d22d011e2c72ef411c0b976a7df6fc789f (patch)
tree777b40669ee027771e17a72f7a4d31dfb4ba7b3f
parenta13801c1cfca4ace11085fb1289388bff93d213b (diff)
downloadalpine_aports-1bdd30d22d011e2c72ef411c0b976a7df6fc789f.tar.bz2
alpine_aports-1bdd30d22d011e2c72ef411c0b976a7df6fc789f.tar.xz
alpine_aports-1bdd30d22d011e2c72ef411c0b976a7df6fc789f.zip
main/llvm5: test failures are gone in new s390x builder
-rw-r--r--main/llvm5/APKBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/main/llvm5/APKBUILD b/main/llvm5/APKBUILD
index 261319c48d..24bf82a342 100644
--- a/main/llvm5/APKBUILD
+++ b/main/llvm5/APKBUILD
@@ -6,7 +6,7 @@ _pkgname=llvm
6pkgver=5.0.1 6pkgver=5.0.1
7_majorver=${pkgver%%.*} 7_majorver=${pkgver%%.*}
8pkgname=$_pkgname$_majorver 8pkgname=$_pkgname$_majorver
9pkgrel=3 9pkgrel=4
10pkgdesc="Low Level Virtual Machine compiler system, version $_majorver" 10pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
11arch="all" 11arch="all"
12url="http://llvm.org/" 12url="http://llvm.org/"
@@ -124,12 +124,7 @@ build() {
124check() { 124check() {
125 cd "$builddir"/build 125 cd "$builddir"/build
126 126
127 # XXX: Few tests fail on s390x, ignore it for now. See build log 127 make check-llvm
128 # https://gist.github.com/jirutka/6edc951ad5b8002cf1780546cf661edc
129 case "$CARCH" in
130 s390x) make check-llvm || true;;
131 *) make check-llvm;;
132 esac
133} 128}
134 129
135package() { 130package() {