Build on armhfp

This commit is contained in:
Johnny Hughes 2019-07-02 15:20:54 +00:00
parent 49edf57505
commit f6b65db62c

View file

@ -174,6 +174,7 @@ Source50: rh-skipped-tests-base.list
Source51: rh-skipped-tests-arm.list
Source52: rh-skipped-tests-s390.list
Source53: rh-skipped-tests-ppc.list
Source9999: rh-skipped-tests-arm32.list
# Proposed upstream: https://jira.mariadb.org/browse/MDEV-12442
# General upstream response was slightly positive
Source70: clustercheck.sh
@ -707,10 +708,14 @@ find . -name "*.jar" -type f -exec rm --verbose -f {} \;
cat %{SOURCE50} | tee -a mysql-test/unstable-tests
# disable some tests failing on different architectures
%ifarch %{arm} aarch64
%ifarch aarch64
cat %{SOURCE51} | tee -a mysql-test/unstable-tests
%endif
%ifarch %{arm}
cat %{SOURCE9999} | tee -a mysql-test/unstable-tests
%endif
%ifarch s390 s390x
cat %{SOURCE52} | tee -a mysql-test/unstable-tests
%endif