File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ if [ -f "$ROOT_DIR/secrets-export.sh" ]; then
29
29
. " $ROOT_DIR /secrets-export.sh"
30
30
fi
31
31
32
- echo " PATH2=$PATH "
33
32
PYTHON_IMPL=$( uv run python -c " import platform; print(platform.python_implementation())" )
34
33
35
34
# Ensure C extensions if applicable.
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ if [ -f "$SCRIPT_DIR/env.sh" ]; then
34
34
exit 0
35
35
fi
36
36
37
- MONGO_ORCHESTRATION_HOME=" $DRIVERS_TOOLS /.evergreen/orchestration"
38
- DRIVERS_TOOLS_BINARIES =" $DRIVERS_TOOLS /. bin"
39
- MONGODB_BINARIES =" $DRIVERS_TOOLS /mongodb/ bin"
37
+ export MONGO_ORCHESTRATION_HOME=" $DRIVERS_TOOLS /.evergreen/orchestration"
38
+ export MONGODB_BINARIES =" $DRIVERS_TOOLS /mongodb/ bin"
39
+ export DRIVERS_TOOLS_BINARIES =" $DRIVERS_TOOLS /. bin"
40
40
41
41
# On Evergreen jobs, "CI" will be set, and we don't want to write to $HOME.
42
42
if [ " ${CI:- } " == " true" ]; then
@@ -72,7 +72,6 @@ export skip_ECS_auth_test="${skip_ECS_auth_test:-}"
72
72
73
73
export CARGO_HOME="$CARGO_HOME "
74
74
export TMPDIR="$MONGO_ORCHESTRATION_HOME /db"
75
- export PYMONGO_BIN_DIR="$PYMONGO_BIN_DIR "
76
75
export UV_TOOL_DIR="$UV_TOOL_DIR "
77
76
export UV_CACHE_DIR="$UV_CACHE_DIR "
78
77
export UV_TOOL_BIN_DIR="$DRIVERS_TOOLS_BINARIES "
You can’t perform that action at this time.
0 commit comments