summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bradford <david.bradford@mongodb.com>2020-08-12 10:15:55 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-12 15:13:26 +0000
commit4a23cd035cc14fe281f265e7d42b032f9ca8434f (patch)
tree5f0e06c4656009947954ad848b5b2a4fa96d026a
parentf0c64958dcff0e448f6d636daad86e52316b4e98 (diff)
downloadmongo-4a23cd035cc14fe281f265e7d42b032f9ca8434f.tar.gz
SERVER-50078: Disable bypass_compile
(cherry picked from commit b1d88bac122fcadedcb0be3798872770de9c732a)
-rw-r--r--etc/evergreen.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 1accf506f86..a7a21d11d5b 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1073,18 +1073,6 @@ functions:
--out-file bypass_compile_expansions.yml \
--version-id ${version_id} \
--json-artifact artifacts.json
-
- # For patch builds determine if we can bypass compile.
- elif [[ "${is_patch}" = "true" && "${task_name}" = "compile" ]]; then
- ${activate_virtualenv}
- # Evergreen executable is in $HOME, so add that to the path.
- DESTDIR=${destdir} PATH=$PATH:$HOME $python buildscripts/bypass_compile_and_fetch_binaries.py \
- --project ${project} \
- --build-variant ${build_variant} \
- --revision ${revision} \
- --patch-file patch_files.txt \
- --out-file bypass_compile_expansions.yml \
- --json-artifact artifacts.json
fi
### Set expansion macros used in each task.