Merge pull request 'Enable building for ppc64le' (#1) from a9-ppc64le into a9-beta

Reviewed-on: #1
This commit is contained in:
eabdullin 2025-04-09 12:25:13 +00:00
commit 416f4fa9a9

View File

@ -20,6 +20,17 @@ actions:
extra=--with-supermin-packager-config=$(pwd)/yum.conf extra=--with-supermin-packager-config=$(pwd)/yum.conf
count: 1 count: 1
- target: "spec"
find: |
# No qemu-kvm on POWER (RHBZ#1946532).
ExcludeArch: %{power64}
replace: |
%if 0%{?almalinux} < 9
# No qemu-kvm on POWER (RHBZ#1946532).
ExcludeArch: %{power64}
%endif
count: 1
- modify_release: - modify_release:
- suffix: ".alma.1" - suffix: ".alma.1"
enabled: true enabled: true
@ -30,3 +41,4 @@ actions:
line: line:
- "Fix build for AlmaLinux" - "Fix build for AlmaLinux"
- "Avoid permission denied for yum/dnf cache" - "Avoid permission denied for yum/dnf cache"
- "Enable building for ppc64le"