]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
ceph.spec: force use of upgrade devtoolset-gcc under RHEL 7
authorJason Dillaman <dillaman@redhat.com>
Tue, 5 Feb 2019 14:40:02 +0000 (09:40 -0500)
committerJason Dillaman <dillaman@redhat.com>
Thu, 21 Feb 2019 13:28:43 +0000 (08:28 -0500)
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>
ceph.spec.in

index 646b96d60d9737fa927ea9312ffdfdac8d130076..fe98f973627e12c49074763b968d625ca974d760 100644 (file)
@@ -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