From: Kefu Chai Date: Wed, 14 Dec 2022 14:53:21 +0000 (+0800) Subject: script/run-make: build with fmtlib 9.0.0 X-Git-Tag: v18.1.0~629^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d9075c5fcfdfd36859bfd1a1a9deaf5ef20d36c6;p=ceph.git script/run-make: build with fmtlib 9.0.0 so we can identify changes which breaks the build with fmtlib v9.0 while running "make check" performed by jenkins. Signed-off-by: Kefu Chai --- diff --git a/src/script/run-make.sh b/src/script/run-make.sh index b20c8ad014a1..683272666a9d 100755 --- a/src/script/run-make.sh +++ b/src/script/run-make.sh @@ -38,7 +38,7 @@ function get_processors() { } function detect_ceph_dev_pkgs() { - local cmake_opts + local cmake_opts="-DWITH_FMT_VERSION=9.0.0" local boost_root=/opt/ceph if test -f $boost_root/include/boost/config.hpp; then cmake_opts+=" -DWITH_SYSTEM_BOOST=ON -DBOOST_ROOT=$boost_root"