Revert "Disable tests on aarch64 (https://caml.inria.fr/mantis/view.php?id=7602)"
Reenable these tests. There is a patch which fixes the problem
instead.
This reverts commit dd7a7dca92
.
This commit is contained in:
parent
dd7a7dca92
commit
42b3c165c6
@ -20,15 +20,14 @@
|
||||
%global test_arches aarch64 %{power64} x86_64
|
||||
# These are the architectures for which the tests must pass otherwise
|
||||
# the build will fail.
|
||||
# Fails on aarch64: https://caml.inria.fr/mantis/view.php?id=7602
|
||||
%global test_arches_required %{power64} x86_64
|
||||
%global test_arches_required aarch64 %{power64} x86_64
|
||||
|
||||
# Architectures where parallel builds fail.
|
||||
%global no_parallel_build_arches aarch64
|
||||
|
||||
Name: ocaml
|
||||
Version: 4.04.2
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
|
||||
Summary: OCaml compiler and programming environment
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user