File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
config_generator/components/funcs Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414# Only LIBMONGOC_DOWNLOAD_VERSION needs to be updated when pinning to an unreleased commit.
1515# If pinning to an unreleased commit, create a "Blocked" JIRA ticket with
1616# a "depends on" link to the appropriate C Driver version release ticket.
17- MONGOC_VERSION_MINIMUM = '1.29.0'
17+ MONGOC_VERSION_MINIMUM = 'f2c1bb7989177fa2ddba1a915e8423e46ee1defe' # CXX-3208: bump to 1.30.0 once released.
1818
1919
2020class InstallCDriver (Function ):
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ functions:
374374 type : setup
375375 params :
376376 updates :
377- - { key: mongoc_version_minimum, value: 1.29.0 }
377+ - { key: mongoc_version_minimum, value: f2c1bb7989177fa2ddba1a915e8423e46ee1defe }
378378 - command : subprocess.exec
379379 type : setup
380380 params :
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ set(LIBBSON_REQUIRED_ABI_VERSION 1.0)
5454
5555# Also update etc/purls.txt.
5656set (LIBMONGOC_REQUIRED_VERSION 1.29.0)
57- set (LIBMONGOC_DOWNLOAD_VERSION 1.29.0 )
57+ set (LIBMONGOC_DOWNLOAD_VERSION f2c1bb7989177fa2ddba1a915e8423e46ee1defe )
5858set (LIBMONGOC_REQUIRED_ABI_VERSION 1.0)
5959
6060set (NEED_DOWNLOAD_C_DRIVER false )
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ TEST_CASE("empty array is converted correctly to json string") {
6262 using bsoncxx::to_json;
6363
6464 auto doc = make_document (kvp (" array" , make_array ()));
65- REQUIRE (to_json (doc.view ()) == R"( { "array" : [ ] })" );
65+ REQUIRE (to_json (doc.view ()) == R"( { "array" : [ ] })" );
6666}
6767
6868TEST_CASE (" CXX-941 is resolved" ) {
You can’t perform that action at this time.
0 commit comments