File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
# ######################################
8
8
variables :
9
9
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.
11
11
12
12
# If updating mongoc_version_minimum, also update:
13
13
# - the default value of --c-driver-build-ref in etc/make_release.py
14
14
# - 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.
16
16
17
17
mongodb_version :
18
18
version_latest : &version_latest "latest"
Original file line number Diff line number Diff line change 84
84
show_default = True ,
85
85
help = 'The remote reference which points to the mongodb/mongo-cxx-driver repo' )
86
86
@click .option ('--c-driver-build-ref' ,
87
- default = 'cf45741cef8a26b77ae8dda557e49af311a6d66d ' ,
87
+ default = 'f14370ea ' ,
88
88
show_default = True ,
89
89
help = 'When building the C driver, build at this Git reference' )
90
90
@click .option ('--with-c-driver' ,
You can’t perform that action at this time.
0 commit comments