From dbe4baf2bcd96d054428215bf924a4fe8e1d90a6 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 18 Jun 2026 15:00:48 +0300 Subject: [PATCH] Disable testsuite for RISC-V --- config.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config.yaml 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"