From 968f4d6b643d06415cae0bbc43537a213cd2c97c Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 6 Jan 2026 13:33:53 +0300 Subject: [PATCH] Update --- config.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/config.yaml b/config.yaml index 439df39..2faafd8 100644 --- a/config.yaml +++ b/config.yaml @@ -2,18 +2,14 @@ actions: - replace: - target: "spec" find: | - %global cfg_file_content --gcc-triple=%{_target_cpu}-redhat-linux + %global gcc_triple --gcc-triple=%{_target_cpu}-redhat-linux replace: | %ifarch x86_64_v2 - %global cfg_file_content --gcc-triple=x86_64-redhat-linux + %global gcc_triple --gcc-triple=x86_64-redhat-linux %else - %global cfg_file_content --gcc-triple=%{_target_cpu}-redhat-linux + %global gcc_triple --gcc-triple=%{_target_cpu}-redhat-linux %endif count: 1 - - target: "spec" - find: "BPF;WebAssembly" - replace: "BPF;WebAssembly;RISCV" - count: 1 - target: "spec" find: | %ifarch %ix86