Disable tests on aarch64 (https://caml.inria.fr/mantis/view.php?id=7602)
This commit is contained in:
parent
bf330de0a3
commit
dd7a7dca92
@ -20,14 +20,15 @@
|
||||
%global test_arches aarch64 %{power64} x86_64
|
||||
# These are the architectures for which the tests must pass otherwise
|
||||
# the build will fail.
|
||||
%global test_arches_required aarch64 %{power64} x86_64
|
||||
# Fails on aarch64: https://caml.inria.fr/mantis/view.php?id=7602
|
||||
%global test_arches_required %{power64} x86_64
|
||||
|
||||
# Architectures where parallel builds fail.
|
||||
%global no_parallel_build_arches aarch64
|
||||
|
||||
Name: ocaml
|
||||
Version: 4.04.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
|
||||
Summary: OCaml compiler and programming environment
|
||||
|
||||
@ -453,6 +454,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Aug 05 2017 Richard W.M. Jones <rjones@redhat.com> - 4.04.2-4
|
||||
- Disable tests on aarch64 (https://caml.inria.fr/mantis/view.php?id=7602)
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.04.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user