Skip to content

Commit b9b8f94

Browse files
authored
CXX-2344 Bump minimum libmongoc version to f14370ea (#962)
1 parent e9db5b2 commit b9b8f94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.mci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
#######################################
88
variables:
99

10-
mongoc_version_default: &mongoc_version_default "cf45741cef8a26b77ae8dda557e49af311a6d66d" # TODO: update to 1.24.0 once released.
10+
mongoc_version_default: &mongoc_version_default "f14370ea" # TODO: update to 1.24.0 once released.
1111

1212
# If updating mongoc_version_minimum, also update:
1313
# - the default value of --c-driver-build-ref in etc/make_release.py
1414
# - LIBMONGOC_REQUIRED_VERSION in src/mongocxx/CMakeLists.txt
15-
mongoc_version_minimum: &mongoc_version_minimum "cf45741cef8a26b77ae8dda557e49af311a6d66d" # TODO: update to 1.24.0 once released.
15+
mongoc_version_minimum: &mongoc_version_minimum "f14370ea" # TODO: update to 1.24.0 once released.
1616

1717
mongodb_version:
1818
version_latest: &version_latest "latest"

etc/make_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
show_default=True,
8585
help='The remote reference which points to the mongodb/mongo-cxx-driver repo')
8686
@click.option('--c-driver-build-ref',
87-
default='cf45741cef8a26b77ae8dda557e49af311a6d66d',
87+
default='f14370ea',
8888
show_default=True,
8989
help='When building the C driver, build at this Git reference')
9090
@click.option('--with-c-driver',

0 commit comments

Comments
 (0)