Revert "Add perf to the testing BuildRequires"

This reverts commit 1e24d38cd9.
This commit is contained in:
Charalampos Stratakis 2025-06-18 17:25:37 +02:00
commit 64000497af
2 changed files with 0 additions and 6 deletions

View file

@ -280,11 +280,6 @@ BuildRequires: gcc-c++
BuildRequires: gdb
BuildRequires: glibc-all-langpacks
BuildRequires: tzdata
# Perf support is only available on x86_64 and aarch64 right now
%ifarch x86_64 aarch64
BuildRequires: perf
%endif
%endif
%if %{with jit}

View file

@ -68,4 +68,3 @@
- glibc-all-langpacks # for locale tests
- marshalparser # for testing compatibility (magic numbers) with marshalparser
- rpm # for debugging
- perf # for test_perf_profiler