File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ FEATURE_FLAGS+=("${STANDARD_FEATURES[@]}")
1010
1111add_conditional_features
1212
13- if [[ " $ARCHIVE_IN_USE_ENCRYPTION " = true ]]; then
13+ if [[ " $LIBMONGOCRYPT_OS " != " " ]]; then
1414 FEATURE_FLAGS+=(" in-use-encryption" " azure-kms" " text-indexes-unstable" " aws-auth" )
1515 .evergreen/install-dependencies.sh libmongocrypt
1616fi
Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ buildvariants:
122122 expansions :
123123 AUTH : auth
124124 SSL : ssl
125- LIBMONGOCRYPT_OS : windows-test
126125 tasks :
127126 - name : build-nextest-archive
128127 - name : .standalone
@@ -353,7 +352,6 @@ buildvariants:
353352 LIBMONGOCRYPT_OS : rhel-80-64-bit
354353 AUTH : auth
355354 SSL : ssl
356- ARCHIVE_IN_USE_ENCRYPTION : true
357355 tasks :
358356 - name : build-nextest-archive
359357 - .in-use-encryption
@@ -368,7 +366,6 @@ buildvariants:
368366 AUTH : auth
369367 SSL : ssl
370368 DISABLE_CRYPT_SHARED : true
371- ARCHIVE_IN_USE_ENCRYPTION : true
372369 tasks :
373370 - name : build-nextest-archive
374371 - .in-use-encryption
@@ -382,7 +379,6 @@ buildvariants:
382379 AUTH : auth
383380 SSL : ssl
384381 OPENSSL : true
385- ARCHIVE_IN_USE_ENCRYPTION : true
386382 tasks :
387383 - name : build-nextest-archive
388384 - test-in-use-encryption-rapid
@@ -1365,7 +1361,7 @@ tasks:
13651361 - SNAPPY
13661362 - MONGOCRYPT_LIB_DIR
13671363 - LD_LIBRARY_PATH
1368- - ARCHIVE_IN_USE_ENCRYPTION
1364+ - LIBMONGOCRYPT_OS
13691365 - command : s3.put
13701366 type : setup
13711367 params :
You can’t perform that action at this time.
0 commit comments