Disable testsuite for RISC-V

This commit is contained in:
eabdullin 2026-06-18 15:00:48 +03:00
commit dbe4baf2bc

20
config.yaml Normal file
View File

@ -0,0 +1,20 @@
actions:
- replace:
- target: "spec"
find: "%bcond_without testsuite"
replace: |
%bcond_without testsuite
%ifarch riscv64
%undefine with_testsuite
%endif
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Disable testsuite for RISC-V"