Skip to content

Commit 4e8514d

Browse files
committed
Temporarily disable ARM64 hosts in Evergreen
ARM64 hosts currently do not have the PHP toolchain installed. This can be reverted once the toolchain is restored (see: PHPC-1372).
1 parent 8cd0ce7 commit 4e8514d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,9 +638,10 @@ axes:
638638
- id: rhel74-zseries
639639
display_name: "RHEL 7.4 zSeries"
640640
run_on: rhel72-zseries-test
641-
- id: ubuntu1604-arm64
642-
display_name: "Ubuntu 16.04 ARM64"
643-
run_on: ubuntu1604-arm64-large
641+
# Pending re-installation of PHP toolchain on ARM64 (see: BUILD-8395)
642+
#- id: ubuntu1604-arm64
643+
# display_name: "Ubuntu 16.04 ARM64"
644+
# run_on: ubuntu1604-arm64-large
644645
# Pending installation of PHP toolchain on macOS hosts (see: PHPC-869)
645646
# - id: macos-1014
646647
# display_name: "Mac OS 10.14"

0 commit comments

Comments
 (0)