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 14
14
# Only LIBMONGOC_DOWNLOAD_VERSION needs to be updated when pinning to an unreleased commit.
15
15
# If pinning to an unreleased commit, create a "Blocked" JIRA ticket with
16
16
# 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.
18
18
19
19
20
20
class InstallCDriver (Function ):
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ functions:
374
374
type : setup
375
375
params :
376
376
updates :
377
- - { key: mongoc_version_minimum, value: 1.29.0 }
377
+ - { key: mongoc_version_minimum, value: f2c1bb7989177fa2ddba1a915e8423e46ee1defe }
378
378
- command : subprocess.exec
379
379
type : setup
380
380
params :
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ set(LIBBSON_REQUIRED_ABI_VERSION 1.0)
54
54
55
55
# Also update etc/purls.txt.
56
56
set (LIBMONGOC_REQUIRED_VERSION 1.29.0 )
57
- set (LIBMONGOC_DOWNLOAD_VERSION 1.29.0 )
57
+ set (LIBMONGOC_DOWNLOAD_VERSION f2c1bb7989177fa2ddba1a915e8423e46ee1defe )
58
58
set (LIBMONGOC_REQUIRED_ABI_VERSION 1.0 )
59
59
60
60
set (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") {
62
62
using bsoncxx::to_json;
63
63
64
64
auto doc = make_document (kvp (" array" , make_array ()));
65
- REQUIRE (to_json (doc.view ()) == R"( { "array" : [ ] })" );
65
+ REQUIRE (to_json (doc.view ()) == R"( { "array" : [ ] })" );
66
66
}
67
67
68
68
TEST_CASE (" CXX-941 is resolved" ) {
You can’t perform that action at this time.
0 commit comments