summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2018-04-26 08:57:47 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2018-04-26 08:57:47 -0400
commit8c64aa12ec7f2697619c0180692a163bf75561f8 (patch)
tree675962e5ceb81a07a297fb834fe1a69680c72e67
parent75e45cbf7437cef425f7c01b3099475e0e01f478 (diff)
downloadmongo-8c64aa12ec7f2697619c0180692a163bf75561f8.tar.gz
SERVER-34680 Temporarily disable bypassing compile.
-rw-r--r--etc/evergreen.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index bc58df9288e..ad3edda8e17 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -2594,7 +2594,10 @@ tasks:
- func: "git get project"
- func: "get modified patch files"
# NOTE: To disable the compile bypass feature, comment out the next line.
- - func: "bypass compile and fetch binaries"
+ #
+ # TODO SERVER-34680: Uncomment the next line when the mongoe binary is downloaded from the base
+ # commit's compile task and included the artifacts tarball for the jsCore_mobile task to use.
+ # - func: "bypass compile and fetch binaries"
- func: "update bypass expansions"
- func: "get buildnumber"
- func: "set up credentials"