]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
ceph.spec.in: openSUSE: require gcc11-c++, disable parquet
authorTim Serong <tserong@suse.com>
Fri, 8 Apr 2022 06:24:49 +0000 (16:24 +1000)
committerTim Serong <tserong@suse.com>
Fri, 29 Apr 2022 05:13:20 +0000 (15:13 +1000)
commit8ab5d7eea077cb65e472631aa89c6bd607f1dfa0
tree3afe1acd6e876c9c43705ea6ab3d4581502c4e8f
parentab9546fd176b48da800edf792e29e1eb5530de67
ceph.spec.in: openSUSE: require gcc11-c++, disable parquet

This commit also explicilty sets the toolset when calling
boost's bootstrap.sh, because the latter is only capable
of autodetecting gcc if you have an unversioned `g++` in
the path, which may not be the case if only gcc11-c++ is
installed (the unversioned gcc-c++ package includes the
/usr/bin/g++ symlink, but depending on which version of
openSUSE we build on, that might point to a different gcc
version, so we don't want to use that).

Fixes: https://tracker.ceph.com/issues/55237
Signed-off-by: Tim Serong <tserong@suse.com>
ceph.spec.in
cmake/modules/BuildBoost.cmake