riscv64: skip time consuming tests

This commit is contained in:
laokz 2023-11-13 21:16:59 +08:00 committed by laokz
parent 9c964cde09
commit f04bfab5e6

View File

@ -3,7 +3,7 @@
Name: wildfly-elytron
Version: 1.6.8
Release: 1
Release: 2
Summary: Security, Authentication, and Authorization SPIs for the WildFly project
License: ASL 2.0 and LGPLv2+
URL: http://wildfly.org/
@ -40,7 +40,11 @@ sed -i 's/absolute-prefix/'"$absolute_prefix"'/g' .xmvn-reactor
%build
ulimit -n 2048
%if "%{_arch}" != "riscv64"
mvn package verify org.apache.maven.plugins:maven-javadoc-plugin:aggregate
%else
mvn package verify org.apache.maven.plugins:maven-javadoc-plugin:aggregate -Dmaven.test.skip
%endif
%install
%mvn_install
@ -54,6 +58,12 @@ mvn package verify org.apache.maven.plugins:maven-javadoc-plugin:aggregate
%license LICENSE.txt
%changelog
* Mon Nov 13 2023 laokz <zhangkai@iscas.ac.cn> - 1.6.8-2
- riscv64: skip time consuming tests
* Tue Nov 08 2022 Ge Wang <wangge20@h-partners.com> - 1.6.8-1
- upgrade to version 1.6.8
* Fri Jun 24 2022 Ge Wang <wangge20@h-partners.com> - 1.2.0-1
- upgrade to version 1.2.0