File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ task_groups:
32
32
- " .build !.php7.4 !.php8.0"
33
33
34
34
- 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
36
36
max_hosts : 1
37
37
setup_task : *build_setup
38
38
setup_task_can_fail_task : true
Original file line number Diff line number Diff line change
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
1
7
tasks :
2
8
# TODO: Enable the following two builds once libmongoc 1.25.0 is released
3
9
# - name: "build-php-%phpVersion%-libmongoc-lowest-supported"
You can’t perform that action at this time.
0 commit comments