Remove some riscv related changes

This commit is contained in:
eabdullin 2025-08-13 12:28:37 +03:00
parent ef560b9b8e
commit b3a62900af

View File

@ -68,16 +68,6 @@ actions:
%cmake_build --target check-clang-tools
%endif
count: 1
- target: "spec"
find: |
%ifnarch s390x
%cmake_build --target check-openmp
%endif
replace: |
%ifnarch s390x riscv64
%cmake_build --target check-openmp
%endif
count: 1
- target: "spec"
find: |
%cmake_build --target check-lld
@ -86,14 +76,6 @@ actions:
%cmake_build --target check-lld
%endif
count: 1
- target: "spec"
find: |
%ifnarch %{ix86} s390x
%{_prefix}/lib/clang/%{maj_ver}/lib/%{compiler_rt_triple}/liborc_rt.a
replace: |
%ifnarch %{ix86} s390x riscv64
%{_prefix}/lib/clang/%{maj_ver}/lib/%{compiler_rt_triple}/liborc_rt.a
count: 1
- modify_release:
- suffix: ".alma.1"