-
Notifications
You must be signed in to change notification settings - Fork 6k
Conversation
This is to workaround rosetta not being installed in dart-internal machines and to unblock beta releases. Bug: flutter/flutter#136219
What is the plan for getting Rosetta onto the release builders? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM to help get the release out, but I would like to know what the plan is for making the all of the CI environments consistent with each other.
@@ -4,7 +4,8 @@ | |||
"drone_dimensions": [ | |||
"device_type=none", | |||
"mac_model=Macmini8,1", | |||
"os=Mac-12" | |||
"os=Mac-12", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of these have "mac_model=Macmini8,1"
and some don't. Is that important?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point mac_model=Macmini8,1 will resolve to x86. Removing them for consistency.
It is unlikely we'll be able to enable rosetta on dart-internal machines. Opened #46697 to run some validations and it seems like the only blocker is gen_snapshot expected to be x64, I'll talk to @cbracken about potential solutions. |
Could you explain why this is? I think it is very important that the release builder environment and the prod/staging/try environments are consistent with each other, or we are going to have some very confusing issues come up only when we are doing release builds. |
Internal macs are provisioned with additional restrictions to comply with higher security requirements and the provisioning process is standardized for all the teams. |
Could you please clarify what is the specific security requirement that makes it impossible to have Rosetta installed on these machines? |
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
This is to workaround rosetta not being installed in dart-internal machines and to unblock beta releases. Bug: flutter/flutter#136219 Co-authored-by: godofredoc <godofredoc@google.com>
…136292) flutter/engine@702f366...bdeb534 2023-10-10 john@johnmccutchan.com Fix high FPS screen flicker of Platform Views when using ImageReaderPlatformViewRenderTarget (flutter/engine#46724) 2023-10-10 matanlurey@users.noreply.github.com Prepare to move new folders into `third_party/` by adding a `.gitignore`. (flutter/engine#46729) 2023-10-10 godofredoc@google.com Use x86 machines for ios builds. (flutter/engine#46726) 2023-10-10 chinmaygarde@google.com Remove workaround for older versions of MSVC. (flutter/engine#46689) 2023-10-10 skia-flutter-autoroll@skia.org Roll Skia from 475286f0f6f1 to 06145491fd17 (1 revision) (flutter/engine#46728) 2023-10-10 jonahwilliams@google.com [Impeller] Implement framebuffer fetch support for OpenGLES. (flutter/engine#46585) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jsimmons@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Just wanted to follow up on @zanderso's question as to what security concerns we have with Rosetta. Is there some documentation covering the rationale? |
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
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
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
This is to workaround rosetta not being installed in dart-internal machines and to unblock beta releases.
Bug: flutter/flutter#136219
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.