Revert "Add perf to the testing BuildRequires"

This reverts commit 2198fa7927.

The test fails for 3.13.4.
This commit is contained in:
Miro Hrončok 2025-06-05 11:40:47 +02:00
commit d1bf28e630
2 changed files with 0 additions and 6 deletions

View file

@ -282,11 +282,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

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