]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: use %enable_devtoolset11 to enable GTS-11 46864/head
authorKefu Chai <tchaikov@gmail.com>
Mon, 27 Jun 2022 13:18:57 +0000 (21:18 +0800)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 28 Jun 2022 12:44:26 +0000 (12:44 +0000)
commit89a6a2d80236db0cb2ef54325ebc483c5491da25
treef347634a7f734ee5db9f367131f1216d6b706e2b
parentf05b671798a54dce0e4aa340f76b31f401061a27
ceph.spec.in: use %enable_devtoolset11 to enable GTS-11

%enable_devtoolset11 redefines %___build_pre by appending
`source scl_source enable gcc-toolset-11` to it. `___build_pre` should
be able to populate this setting to both %build and %install. and hence
address the FTBFS where we need to use the tool chain from GTS-11.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 49459d92fec553246b35719e9defc0ad7582f701)
ceph.spec.in