Disable testsuite for RISC-V
This commit is contained in:
commit
dbe4baf2bc
20
config.yaml
Normal file
20
config.yaml
Normal 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"
|
||||
Loading…
Reference in New Issue
Block a user