Skip to content

Commit

Permalink
[infra] Move simarm_x64 from macOS to Linux
Browse files Browse the repository at this point in the history
Newer versions of xcode no longer support the i386 architecture which
caused this builder to fail on macOS.

Change-Id: I02c457b7fe198c0438a5058288dc9116ff598ff8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128580
Reviewed-by: Jonas Termansen <sortie@google.com>
  • Loading branch information
athomas committed Dec 17, 2019
1 parent 4dee4bd commit 51859cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/bots/test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,11 @@
"xcodebuild/DebugIA32/",
"xcodebuild/DebugSIMARM/",
"xcodebuild/DebugSIMARM64/",
"xcodebuild/DebugSIMARM_X64/",
"xcodebuild/DebugX64/",
"xcodebuild/ProductX64/",
"xcodebuild/ReleaseIA32/",
"xcodebuild/ReleaseSIMARM/",
"xcodebuild/ReleaseSIMARM64/",
"xcodebuild/ReleaseSIMARM_X64/",
"xcodebuild/ReleaseX64/",
"samples/",
"samples-dev/",
Expand Down Expand Up @@ -2579,7 +2577,7 @@
{
"builders": [
"vm-kernel-precomp-linux-debug-simarm_x64",
"vm-kernel-precomp-mac-release-simarm_x64"
"vm-kernel-precomp-linux-release-simarm_x64"
],
"meta": {
"description": "This configuration runs tests for the simarm_x64 architecture."
Expand Down

0 comments on commit 51859cb

Please sign in to comment.