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
|
%global test_arches aarch64 %{power64} x86_64
|
||||||
# These are the architectures for which the tests must pass otherwise
|
# These are the architectures for which the tests must pass otherwise
|
||||||
# the build will fail.
|
# 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.
|
# Architectures where parallel builds fail.
|
||||||
%global no_parallel_build_arches aarch64
|
%global no_parallel_build_arches aarch64
|
||||||
|
|
||||||
Name: ocaml
|
Name: ocaml
|
||||||
Version: 4.04.2
|
Version: 4.04.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
Summary: OCaml compiler and programming environment
|
Summary: OCaml compiler and programming environment
|
||||||
|
|
||||||
@ -453,6 +454,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user