Skip to content
Snippets Groups Projects
Commit 1bdd30d2 authored by Tuan M. Hoang's avatar Tuan M. Hoang Committed by Natanael Copa
Browse files

main/llvm5: test failures are gone in new s390x builder

parent a13801c1
No related merge requests found
......@@ -6,7 +6,7 @@ _pkgname=llvm
pkgver=5.0.1
_majorver=${pkgver%%.*}
pkgname=$_pkgname$_majorver
pkgrel=3
pkgrel=4
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all"
url="http://llvm.org/"
......@@ -124,12 +124,7 @@ build() {
check() {
cd "$builddir"/build
# XXX: Few tests fail on s390x, ignore it for now. See build log
# https://gist.github.com/jirutka/6edc951ad5b8002cf1780546cf661edc
case "$CARCH" in
s390x) make check-llvm || true;;
*) make check-llvm;;
esac
make check-llvm
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment