Skip to content

Commit 86d8369

Browse files
committed
Document references of libmongoc build tasks
1 parent 305e50d commit 86d8369

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.evergreen/config/build-task-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ task_groups:
3232
- ".build !.php7.4 !.php8.0"
3333

3434
- name: "build-php-libmongoc"
35-
# Keep this in sync with the actual number of libmongoc builds (typically 3)
35+
# Keep this in sync with the actual number of libmongoc builds (typically 3) defined in _template-build-libmongoc.yml
3636
max_hosts: 1
3737
setup_task: *build_setup
3838
setup_task_can_fail_task: true

.evergreen/config/build/_template-build-libmongoc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# The following tasks are used to build with different libmongoc versions.
2+
# If libmongoc is not set to a stable version, disable the first two builds and only leave the last one enabled.
3+
# When updating libmongoc to a stable release, make sure all builds are enabled.
4+
# These tasks are used in the build task group "build-php-libmongoc" defined in .evergreen/config/build-task-groups.yml,
5+
# where the "max_hosts" setting must be set to the number of enabled tasks.
6+
# Last but not least, make sure the corresponding test variants are enabled in .evergreen/config/test-variants.yml
17
tasks:
28
# TODO: Enable the following two builds once libmongoc 1.25.0 is released
39
# - name: "build-php-%phpVersion%-libmongoc-lowest-supported"

0 commit comments

Comments
 (0)