mirror of
https://git.centos.org/rpms/mariadb.git
synced 2025-02-24 00:32:58 +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
|
Source51: rh-skipped-tests-arm.list
|
||||||
Source52: rh-skipped-tests-s390.list
|
Source52: rh-skipped-tests-s390.list
|
||||||
Source53: rh-skipped-tests-ppc.list
|
Source53: rh-skipped-tests-ppc.list
|
||||||
|
Source9999: rh-skipped-tests-arm32.list
|
||||||
# Proposed upstream: https://jira.mariadb.org/browse/MDEV-12442
|
# Proposed upstream: https://jira.mariadb.org/browse/MDEV-12442
|
||||||
# General upstream response was slightly positive
|
# General upstream response was slightly positive
|
||||||
Source70: clustercheck.sh
|
Source70: clustercheck.sh
|
||||||
|
@ -707,10 +708,14 @@ find . -name "*.jar" -type f -exec rm --verbose -f {} \;
|
||||||
cat %{SOURCE50} | tee -a mysql-test/unstable-tests
|
cat %{SOURCE50} | tee -a mysql-test/unstable-tests
|
||||||
|
|
||||||
# disable some tests failing on different architectures
|
# disable some tests failing on different architectures
|
||||||
%ifarch %{arm} aarch64
|
%ifarch aarch64
|
||||||
cat %{SOURCE51} | tee -a mysql-test/unstable-tests
|
cat %{SOURCE51} | tee -a mysql-test/unstable-tests
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifarch %{arm}
|
||||||
|
cat %{SOURCE9999} | tee -a mysql-test/unstable-tests
|
||||||
|
%endif
|
||||||
|
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
cat %{SOURCE52} | tee -a mysql-test/unstable-tests
|
cat %{SOURCE52} | tee -a mysql-test/unstable-tests
|
||||||
%endif
|
%endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue