gcc-toolset-16-binutils/config.yaml
2026-06-18 15:00:48 +03:00

21 lines
468 B
YAML

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"