commit dbe4baf2bcd96d054428215bf924a4fe8e1d90a6 Author: eabdullin Date: Thu Jun 18 15:00:48 2026 +0300 Disable testsuite for RISC-V diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..eb3a0ab --- /dev/null +++ b/config.yaml @@ -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"