diff options
author | Daniel Moody <daniel.moody@mongodb.com> | 2021-05-04 09:41:14 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-05-04 15:48:35 +0000 |
commit | 00e0dd57a75e2ec51857afd38f106e3ba3c13281 (patch) | |
tree | 74edfb1cc21302baa53433f22d64df4d3760f8c1 /evergreen | |
parent | e6037573ac1bae7c8b4b5dadc7daedd4b8928089 (diff) | |
download | mongo-00e0dd57a75e2ec51857afd38f106e3ba3c13281.tar.gz |
SERVER-56614 fix ninja shell dressing for windows evergreen tasks
Diffstat (limited to 'evergreen')
-rwxr-xr-x | evergreen/scons_compile.sh | 5 |
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 \ |