Update
This commit is contained in:
parent
b3a62900af
commit
968f4d6b64
10
config.yaml
10
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user