Disable tests on 32 bit because:
https://github.com/ocaml/ocaml/issues/9460
This commit is contained in:
parent
2ab58018c8
commit
38a64717ae
@ -209,6 +209,9 @@ for f in fuse/test-*.sh; do
|
|||||||
chmod +x $f
|
chmod +x $f
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Disable the tests on 32 bit because:
|
||||||
|
# https://github.com/ocaml/ocaml/issues/9460
|
||||||
|
%ifarch aarch64 ppc64 ppc64le riscv64 s390x x86_64
|
||||||
make %{?_smp_mflags} check || {
|
make %{?_smp_mflags} check || {
|
||||||
for f in $(find -name test-suite.log); do
|
for f in $(find -name test-suite.log); do
|
||||||
echo
|
echo
|
||||||
@ -217,6 +220,7 @@ make %{?_smp_mflags} check || {
|
|||||||
done
|
done
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user