Skip to content

Commit 14b8483

Browse files
committed
Fetch the git submodule to pull libmongoc in
1 parent 9ef8066 commit 14b8483

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ functions:
3131
- command: git.get_project
3232
params:
3333
directory: "src"
34+
# Fetch the libmongoc submodule
35+
- command: shell.exec
36+
params:
37+
working_dir: "src"
38+
script: |
39+
git submodule update --init
3440
# Applies the submitted patch, if any
3541
# Deprecated. Should be removed. But still needed for certain agents (ZAP)
3642
- command: git.apply_patch

0 commit comments

Comments
 (0)