mirror of
https://github.com/ceph/ceph
synced 2024-12-28 06:23:08 +00:00
ceph.spec: force use of upgrade devtoolset-gcc under RHEL 7
There is a known crash under C++17 mode that requires an updated devtoolset to address. See https://bugzilla.redhat.com/show_bug.cgi?id=1616223 Signed-off-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
parent
d2b1ab49f5
commit
a7ce5fb07a
@ -146,7 +146,7 @@ BuildRequires: fuse-devel
|
||||
%if 0%{?rhel} == 7
|
||||
# devtoolset offers newer make and valgrind-devel, but the old ones are good
|
||||
# enough.
|
||||
BuildRequires: devtoolset-7-gcc-c++ >= 7.3.1
|
||||
BuildRequires: devtoolset-7-gcc-c++ >= 7.3.1-5.13
|
||||
%else
|
||||
BuildRequires: gcc-c++
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user