]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: use gcc-toolset-9 for building crimson
authorKefu Chai <kchai@redhat.com>
Sat, 8 Aug 2020 06:33:01 +0000 (14:33 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 15 Aug 2020 09:43:40 +0000 (17:43 +0800)
commit5c038b99b34047d0ab39eb97221cc188b42b6b3a
treedce78881ce31461acbb5a260b338e6c07a963619
parent4fea9a8be383374eb1d40f4a4048c4c1a4bd3373
ceph.spec.in: use gcc-toolset-9 for building crimson

since seastar dropped support from C++14, we have to move to a compiler
with a decent C++17 support.

in this change, gcc-toolset-9 is used for compiling ceph if seastar is
enabled. use version >= 9.2.1-2.2, because of
https://bugzilla.redhat.com/show_bug.cgi?id=1853900

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in