Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
aports
Commits
e6a1fc91
Commit
e6a1fc91
authored
Aug 18, 2019
by
Bart Ribbers
Committed by
Milan P. Stanić
Aug 18, 2019
Browse files
testing/nlohmann-json: disable test-unicode_all on aarch64
parent
216d4bc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing/nlohmann-json/APKBUILD
View file @
e6a1fc91
...
...
@@ -22,7 +22,12 @@ build() {
}
check
()
{
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
local
skipped_tests
=
if
[
"
$CARCH
"
=
"aarch64"
]
;
then
# test-unicode_all takes too long and times out
skipped_tests
=
"
$skipped_tests
|test-unicode_all"
fi
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
-E
"(
$skipped_tests
)"
}
package
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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