-
Notifications
You must be signed in to change notification settings - Fork 6k
Add postsubmit overrides for mac builders. #51385
Conversation
@zanderso is there a mac build that I can enable RBE for? that will help to validate the change end to end. |
"--runtime-mode", | ||
"profile", | ||
"--android", | ||
"--no-rbe" |
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.
Could we maybe just limit this PR to one build, and do the rest after validating? We can just do this one. To do it, you need to add use_rbe: true
to gclient_variables
, and add --rbe, --no-goma, --xcode-symlinks
to gn
.
For the gn
under postsubmit_overrides
, you don't need to explicitly pass --no-rbe
. The default value of the flag is false, and it won't be implicitly enabled by anything. OTOH, you do need to pass --no-goma
here, otherwise it will be implicitly enabled.
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.
reverting to just land the docs as part of this pr
@godofredoc if the recipes understand the postsubmit overrides field, I can take over this PR and do a more narrow validation. Would that be helpful? |
Mac builds on postsubmit will be built without goma/rbe. This is landing the configurations required to build without RBE once the migration to RBE is complete. Bug: flutter/flutter#136570
This is ready to be reviewed. Now it is updating the docs only. |
…146577) flutter/engine@cee489a...0d5412d 2024-04-10 skia-flutter-autoroll@skia.org Roll Skia from 89db27b5acb8 to 2135d686708b (1 revision) (flutter/engine#52016) 2024-04-10 skia-flutter-autoroll@skia.org Roll Skia from 1ea5f3cd71cb to 89db27b5acb8 (2 revisions) (flutter/engine#52015) 2024-04-10 skia-flutter-autoroll@skia.org Roll Skia from 14dd5528b318 to 1ea5f3cd71cb (1 revision) (flutter/engine#52014) 2024-04-10 godofredoc@google.com Add postsubmit overrides for mac builders. (flutter/engine#51385) 2024-04-10 flar@google.com [Impeller] NumberNear implements precision-based comparisons (flutter/engine#52001) 2024-04-10 skia-flutter-autoroll@skia.org Roll Skia from 3e3f28d64b2b to 14dd5528b318 (2 revisions) (flutter/engine#52011) 2024-04-10 chinmaygarde@google.com [Impeller] Use type safe masks for HardwareBufferUsage. (flutter/engine#52008) 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 chinmaygarde@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
…lutter#146577) flutter/engine@cee489a...0d5412d 2024-04-10 skia-flutter-autoroll@skia.org Roll Skia from 89db27b5acb8 to 2135d686708b (1 revision) (flutter/engine#52016) 2024-04-10 skia-flutter-autoroll@skia.org Roll Skia from 1ea5f3cd71cb to 89db27b5acb8 (2 revisions) (flutter/engine#52015) 2024-04-10 skia-flutter-autoroll@skia.org Roll Skia from 14dd5528b318 to 1ea5f3cd71cb (1 revision) (flutter/engine#52014) 2024-04-10 godofredoc@google.com Add postsubmit overrides for mac builders. (flutter/engine#51385) 2024-04-10 flar@google.com [Impeller] NumberNear implements precision-based comparisons (flutter/engine#52001) 2024-04-10 skia-flutter-autoroll@skia.org Roll Skia from 3e3f28d64b2b to 14dd5528b318 (2 revisions) (flutter/engine#52011) 2024-04-10 chinmaygarde@google.com [Impeller] Use type safe masks for HardwareBufferUsage. (flutter/engine#52008) 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 chinmaygarde@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
Mac builds on postsubmit will be built without goma/rbe. This is landing the configurations required to build without RBE once the migration to RBE is complete.
Bug: flutter/flutter#136570
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.