Drop use of portable build on s390x due to libffi compatibility issue (needs libffi.so.6)

Related: rhbz#2150202
This commit is contained in:
Andrew Hughes 2023-02-28 10:45:44 +00:00
parent 130be7d121
commit ffd213c8a0
1 changed files with 5 additions and 1 deletions

View File

@ -132,7 +132,7 @@
# Set of architectures where we verify backtraces with gdb
%global gdb_arches %{jit_arches} %{zero_arches}
# Set of architectures for which we have a portable build
%global portable_build_arches %{aarch64} %{power64} s390x x86_64
%global portable_build_arches %{aarch64} %{power64} x86_64
# By default, we build a debug build during main build on JIT architectures
%if %{with slowdebug}
@ -2900,6 +2900,10 @@ cjc.mainProgram(args)
%endif
%changelog
* Tue Feb 28 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.362.b09-4
- Drop use of portable build on s390x due to libffi compatibility issue (needs libffi.so.6)
- Related: rhbz#2150202
* Tue Feb 28 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.362.b09-4
- Add explicit libffi dependency for s390x build
- Related: rhbz#2150202