Skip to content

Commit 4d4736e

Browse files
authored
Merge pull request #976 from jmikola/disable-arm64-evg
Temporarily disable ARM64 hosts in Evergreen
2 parents 8cd0ce7 + 4e8514d commit 4d4736e

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)