File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 AWS_SDK_CPP_MINOR : 11
1212 AWS_SDK_CPP_PATCH : 570
1313 BOOST_MAJOR : 1
14- BOOST_MINOR : 84
14+ BOOST_MINOR : 88
1515 BOOST_PATCH : 0
1616
1717jobs :
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ if(WITH_ASAN)
7272 target_link_options (binlog_server_compiler_flags INTERFACE "-fsanitize=address" )
7373endif ()
7474
75- find_package (Boost 1.84 .0 EXACT REQUIRED COMPONENTS url )
75+ find_package (Boost 1.88 .0 EXACT REQUIRED COMPONENTS url )
7676
7777find_package (MySQL REQUIRED )
7878
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Currently prebuilt binaries are not available.
1616
1717- [ CMake] ( https://cmake.org/ ) 3.20.0+
1818- [ Clang] ( https://clang.llvm.org/ ) (` clang-15 ` / ` clang-16 ` / ` clang-17 ` ) or [ GCC] ( https://gcc.gnu.org/ ) (` gcc-12 ` / ` gcc-13 ` / ` gcc-14 ` )
19- - [ Boost libraries] ( https://www.boost.org/ ) 1.84 .0 (git version, not the source tarball)
19+ - [ Boost libraries] ( https://www.boost.org/ ) 1.88 .0 (git version, not the source tarball)
2020- [ MySQL client library] ( https://dev.mysql.com/doc/c-api/8.0/en/ ) 8.0.x (` libmysqlclient ` )
2121- [ CURL library] ( https://curl.se/libcurl/ ) (` libcurl ` ) 8.6.0+
2222- [ AWS SDK for C++] ( https://aws.amazon.com/sdk-for-cpp/ ) 1.11.570
@@ -56,7 +56,7 @@ export BUILD_PRESET=release_gcc13
5656###### Getting Boost Libraries source
5757
5858``` bash
59- git clone --recurse-submodules -b boost-1.84 .0 --jobs=8 https://github.com/boostorg/boost.git
59+ git clone --recurse-submodules -b boost-1.88 .0 --jobs=8 https://github.com/boostorg/boost.git
6060cd boost
6161git switch -c required_release
6262```
You can’t perform that action at this time.
0 commit comments