File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 203
203
204
204
CONFIGURE_FLAGS=" $CONFIGURE_FLAGS -DMONGO_SANITIZE=$SANITIZE "
205
205
206
- if ! python3 build/mongodl.py --test -C csfle -V 5.3.1 -o . > /dev/null; then
206
+ if ! python3 build/mongodl.py --test -C csfle -V 6.0.0-rc4 -o . > /dev/null; then
207
207
echo " No csfle detected for this platform. Disabling MONGOC_TEST_USE_CSFLE."
208
208
CONFIGURE_FLAGS=" $CONFIGURE_FLAGS -DMONGOC_TEST_USE_CSFLE=OFF"
209
209
fi
Original file line number Diff line number Diff line change @@ -872,6 +872,7 @@ if (MONGOC_TEST_USE_CSFLE)
872
872
endif ()
873
873
874
874
get_filename_component (csfle_dest "${CMAKE_CURRENT_BINARY_DIR} /mongo_csfle_v1${CMAKE_SHARED_LIBRARY_SUFFIX} " ABSOLUTE )
875
+ # If updating the "--version" for csfle, update the version in compile-unix.sh to match.
875
876
add_custom_command (
876
877
OUTPUT "${csfle_dest} "
877
878
COMMAND
You can’t perform that action at this time.
0 commit comments