diff --git a/postgresql-odbc.spec b/postgresql-odbc.spec index 96efbcc..9b6e11a 100644 --- a/postgresql-odbc.spec +++ b/postgresql-odbc.spec @@ -69,6 +69,11 @@ popd # GCC 10 defaults to -fno-common # https://gcc.gnu.org/gcc-10/changes.html (see C section) +# Test wchar-char failing on s390x (only) +# Reported: https://bugzilla.redhat.com/show_bug.cgi?id=2256986 +%ifarch s390x +sed -i '/wchar-char-test/d' test/tests +%endif cd test && make installcheck %{_smp_mflags} CFLAGS="%{optflags} -fcommon" || { echo "=== trying to find all regression.diffs files in build directory ===" find -name regression.diffs | while read line; do