Skip to content

Commit

Permalink
Use x86 machines for ios builds. (#46726)
Browse files Browse the repository at this point in the history
This is to workaround rosetta not being installed in dart-internal machines and to unblock beta releases.

Bug: flutter/flutter#136219

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
  • Loading branch information
godofredoc authored Oct 10, 2023
1 parent 7fb5d07 commit b64b976
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions ci/builders/mac_ios_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"drone_dimensions": [
"device_type=none",
"mac_model=Macmini8,1",
"os=Mac-12"
"os=Mac-12",
"cpu=x86"
],
"gn": [
"--ios",
Expand All @@ -26,7 +26,8 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12"
"os=Mac-12",
"cpu=x86"
],
"gn": [
"--ios",
Expand All @@ -49,7 +50,8 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12"
"os=Mac-12",
"cpu=x86"
],
"gn": [
"--ios",
Expand All @@ -72,7 +74,8 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12"
"os=Mac-12",
"cpu=x86"
],
"gn": [
"--ios",
Expand All @@ -96,7 +99,8 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12"
"os=Mac-12",
"cpu=x86"
],
"gn": [
"--ios",
Expand All @@ -120,8 +124,8 @@
{
"drone_dimensions": [
"device_type=none",
"mac_model=Macmini8,1",
"os=Mac-12"
"os=Mac-12",
"cpu=x86"
],
"gn": [
"--ios",
Expand All @@ -144,7 +148,8 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12"
"os=Mac-12",
"cpu=x86"
],
"gn": [
"--ios",
Expand All @@ -168,7 +173,8 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12"
"os=Mac-12",
"cpu=x86"
],
"gn": [
"--ios",
Expand All @@ -192,7 +198,8 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12"
"os=Mac-12",
"cpu=x86"
],
"gn": [
"--ios",
Expand All @@ -217,7 +224,8 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12"
"os=Mac-12",
"cpu=x86"
],
"gn": [
"--ios",
Expand Down

0 comments on commit b64b976

Please sign in to comment.