Skip to content

Commit 8c64aa1

Browse files
committed
SERVER-34680 Temporarily disable bypassing compile.
1 parent 75e45cb commit 8c64aa1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

etc/evergreen.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,10 @@ tasks:
25942594
- func: "git get project"
25952595
- func: "get modified patch files"
25962596
# NOTE: To disable the compile bypass feature, comment out the next line.
2597-
- func: "bypass compile and fetch binaries"
2597+
#
2598+
# TODO SERVER-34680: Uncomment the next line when the mongoe binary is downloaded from the base
2599+
# commit's compile task and included the artifacts tarball for the jsCore_mobile task to use.
2600+
# - func: "bypass compile and fetch binaries"
25982601
- func: "update bypass expansions"
25992602
- func: "get buildnumber"
26002603
- func: "set up credentials"

0 commit comments

Comments
 (0)