Skip to content

Commit 4fb457c

Browse files
Merge v1.20 into v1.x (#1738)
2 parents 7e42900 + cb33aef commit 4fb457c

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ task_groups:
1919
tasks:
2020
- ".build"
2121

22-
# TODO: Remove task group once PHP 8.4 is available on PPC and Zseries
23-
- name: "build-all-php-except-8.4"
24-
# Keep this number in sync with the number of PHP versions to allow for parallel builds
25-
max_hosts: 4
26-
setup_task: *build_setup
27-
setup_task_can_fail_task: true
28-
setup_task_timeout_secs: 1800
29-
teardown_task: *build_teardown
30-
tasks:
31-
- ".build !.php8.4"
32-
3322
- name: "build-php-libmongoc"
3423
# Keep this in sync with the actual number of libmongoc builds (typically 3) defined in _template-build-libmongoc.yml
3524
max_hosts: 2

.evergreen/config/build-variants.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ buildvariants:
2929
tags: ["build", "rhel", "zseries", "tag"]
3030
run_on: rhel8-zseries-small
3131
tasks:
32-
# TODO: Re-enable PHP 8.4 once it's available on PPC and Zseries
33-
- name: "build-all-php-except-8.4"
32+
- name: "build-all-php"
3433
- name: build-rhel8-arm64
3534
display_name: "Build: RHEL 8 ARM64"
3635
tags: ["build", "rhel", "arm64", "tag"]
@@ -42,8 +41,7 @@ buildvariants:
4241
tags: ["build", "rhel", "power8", "tag"]
4342
run_on: rhel8-power-large
4443
tasks:
45-
# TODO: Re-enable PHP 8.4 once it's available on PPC and Zseries
46-
- name: "build-all-php-except-8.4"
44+
- name: "build-all-php"
4745
- name: build-rhel8
4846
display_name: "Build: RHEL 8 x64"
4947
tags: ["build", "rhel", "x64", "pr", "tag"]

0 commit comments

Comments
 (0)