Skip to content

Commit 2a63a3b

Browse files
authored
Merge branch 'master' into PYTHON-5306
2 parents c1e6684 + 6ed3533 commit 2a63a3b

19 files changed

+268
-1042
lines changed

.evergreen/generated_configs/functions.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,6 @@ functions:
8585
params:
8686
directory: src
8787

88-
# Run just script
89-
run just script:
90-
- command: subprocess.exec
91-
params:
92-
binary: bash
93-
args:
94-
- .evergreen/just.sh
95-
- ${JUSTFILE_TARGET}
96-
working_dir: src
97-
include_expansions_in_env:
98-
- AWS_ACCESS_KEY_ID
99-
- AWS_SECRET_ACCESS_KEY
100-
- AWS_SESSION_TOKEN
101-
type: test
102-
10388
# Run server
10489
run server:
10590
- command: subprocess.exec
@@ -158,6 +143,7 @@ functions:
158143
- NO_EXT
159144
- COMPRESSORS
160145
- MONGODB_API_VERSION
146+
- REQUIRE_API_VERSION
161147
- DEBUG_LOG
162148
- ORCHESTRATION_FILE
163149
- OCSP_SERVER_TYPE

0 commit comments

Comments
 (0)