Skip unreliable javahl test on aarch64.
Related: rhbz#1951484
This commit is contained in:
parent
403f3aaece
commit
89fb567cc9
@ -461,9 +461,13 @@ fi
|
||||
%endif
|
||||
# check-swig-rb omitted: it runs svnserve
|
||||
%if %{with_java}
|
||||
%ifnarch aarch64
|
||||
# Breaks reliably on aarch64, timing issue?
|
||||
# Upstream discussion: https://lists.apache.org/x/thread.html/rff2b0ab98a30c5fc83ca5ab21bf3862036d3a5ac2fc768d027bb6fe4@%3Cdev.subversion.apache.org%3E
|
||||
make check-javahl
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%post
|
||||
%systemd_post svnserve.service
|
||||
|
||||
Loading…
Reference in New Issue
Block a user