Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
813
Issues
813
List
Boards
Labels
Milestones
Merge Requests
45
Merge Requests
45
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
1bdd30d2
Commit
1bdd30d2
authored
Jun 01, 2018
by
Tuan M. Hoang
Committed by
Natanael Copa
Jun 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/llvm5: test failures are gone in new s390x builder
parent
a13801c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
APKBUILD
main/llvm5/APKBUILD
+2
-7
No files found.
main/llvm5/APKBUILD
View file @
1bdd30d2
...
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment