summaryrefslogtreecommitdiff
path: root/evergreen
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2021-05-04 09:41:14 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-04 15:48:35 +0000
commit00e0dd57a75e2ec51857afd38f106e3ba3c13281 (patch)
tree74edfb1cc21302baa53433f22d64df4d3760f8c1 /evergreen
parente6037573ac1bae7c8b4b5dadc7daedd4b8928089 (diff)
downloadmongo-00e0dd57a75e2ec51857afd38f106e3ba3c13281.tar.gz
SERVER-56614 fix ninja shell dressing for windows evergreen tasks
Diffstat (limited to 'evergreen')
-rwxr-xr-xevergreen/scons_compile.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/evergreen/scons_compile.sh b/evergreen/scons_compile.sh
index a69c07b29e1..1e2623487a0 100755
--- a/evergreen/scons_compile.sh
+++ b/evergreen/scons_compile.sh
@@ -58,11 +58,6 @@ else
extra_args="$extra_args --release"
fi
-if [ "Windows_NT" = "$OS" ]; then
- vcvars="$(vswhere -latest -property installationPath | tr '\\' '/' | dos2unix.exe)/VC/Auxiliary/Build/"
- export PATH="$(echo "$(cd "$vcvars" && cmd /C "vcvarsall.bat amd64 && C:/cygwin/bin/bash -c 'echo \$PATH'")" | tail -n +6)":$PATH
-fi
-
activate_venv
eval ${compile_env} $python ./buildscripts/scons.py \