Add riscv64 support

This commit is contained in:
Andrew Lukoshko 2025-08-21 16:13:47 +00:00
commit d48a68b475

36
config.yaml Normal file
View File

@ -0,0 +1,36 @@
actions:
- replace:
- target: "spec"
find: |
%ifnarch aarch64 s390x
BuildRequires: numactl-devel
replace: |
%ifnarch aarch64 s390x riscv64
BuildRequires: numactl-devel
count: 1
- target: "spec"
find: |
%ifnarch aarch64 s390x
-DWITH_NUMA=ON \
replace: |
%ifnarch aarch64 s390x riscv64
-DWITH_NUMA=ON \
count: 1
- target: "spec"
find: |
%ifarch s390x
-DUSE_LD_GOLD=OFF \
replace: |
%ifarch s390x riscv64
-DUSE_LD_GOLD=OFF \
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Andrew Lukoshko"
email: "alukoshko@almalinux.org"
line:
- "Add riscv64 support"