mirror of
https://git.centos.org/rpms/mariadb.git
synced 2025-02-23 16:22:59 +00:00
Build on armhfp
This commit is contained in:
parent
49edf57505
commit
f6b65db62c
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue