Do not use ccache in RHEL builds

RHEL does not provide ccache, but it is not strictly necessary in any case.
This commit is contained in:
Yaakov Selkowitz 2023-06-15 22:06:14 -04:00
parent 087f9e9afe
commit 21e0192027

View File

@ -56,7 +56,9 @@ Patch20: spidermonkey_checks_disable.patch
Patch21: 0001-Skip-failing-tests-on-ppc64-and-s390x.patch
BuildRequires: cargo
%if !0%{?rhel}
BuildRequires: ccache
%endif
BuildRequires: clang-devel
BuildRequires: gcc
BuildRequires: gcc-c++