Skip to content

Commit 618e97e

Browse files
committed
last-minute tidy
1 parent cc5a3d8 commit 618e97e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.evergreen/build-nextest-archive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FEATURE_FLAGS+=("${STANDARD_FEATURES[@]}")
1010

1111
add_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
1616
fi

.evergreen/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)