mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/ocaml5: skip failing test on armhf
fails on the builder but seems to pass in CI
This commit is contained in:
parent
5d11a66957
commit
add811546f
1 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,13 @@ prepare() {
|
|||
default_prepare
|
||||
|
||||
autoconf
|
||||
|
||||
case "$CARCH" in
|
||||
armhf)
|
||||
# fails on the builder
|
||||
rm -v testsuite/tests/parallel/domain_parallel_spawn_burn.ml
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue