Add zero_arches to the portable_build_arches on CentOS where there is no libffi issue
- Related: RHEL-12210
This commit is contained in:
parent
f7cb2bf908
commit
0f61cc9ecc
@ -136,7 +136,11 @@
|
|||||||
# Set of architectures where we verify backtraces with gdb
|
# Set of architectures where we verify backtraces with gdb
|
||||||
%global gdb_arches %{jit_arches} %{zero_arches}
|
%global gdb_arches %{jit_arches} %{zero_arches}
|
||||||
# Set of architectures for which we have a portable build
|
# Set of architectures for which we have a portable build
|
||||||
|
%if 0%{?centos} == 0
|
||||||
%global portable_build_arches %{aarch64} %{ix86} %{power64} x86_64
|
%global portable_build_arches %{aarch64} %{ix86} %{power64} x86_64
|
||||||
|
%else
|
||||||
|
%global portable_build_arches %{aarch64} %{ix86} %{power64} x86_64 %{zero_arches}
|
||||||
|
%endif
|
||||||
|
|
||||||
# By default, we build a debug build during main build on JIT architectures
|
# By default, we build a debug build during main build on JIT architectures
|
||||||
%if %{with slowdebug}
|
%if %{with slowdebug}
|
||||||
@ -2896,6 +2900,7 @@ cjc.mainProgram(args)
|
|||||||
* Mon Oct 16 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.392.b08-4
|
* Mon Oct 16 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.392.b08-4
|
||||||
- Vary portablesuffix depending on whether we are on RHEL ('el8') or CentOS ('el9')
|
- Vary portablesuffix depending on whether we are on RHEL ('el8') or CentOS ('el9')
|
||||||
- Temporarily use a different portable version and release on RHEL while out of sync with CentOS
|
- Temporarily use a different portable version and release on RHEL while out of sync with CentOS
|
||||||
|
- Add zero_arches to the portable_build_arches on CentOS where there is no libffi issue
|
||||||
- Related: RHEL-12210
|
- Related: RHEL-12210
|
||||||
|
|
||||||
* Mon Oct 16 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.392.b08-3
|
* Mon Oct 16 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.392.b08-3
|
||||||
|
Loading…
Reference in New Issue
Block a user