-
Notifications
You must be signed in to change notification settings - Fork 6k
Fix the clangd
builders, and make Linux non-bringup.
#51765
Conversation
drone_dimensions: | ||
- os=Mac-13 | ||
|
||
- name: Mac clangd |
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.
optional nit: Not critical, but this orchestrator could be a Linux
host to save 5 minutes of mac host time.
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.
I mean I'm down - where can I read about that/how can I do it?
I am guessing orchestrator == drone_dimensions
? Is there another example of this?
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.
So you'd change Mac clangd
to something like Linux mac_clangd
, and then add:
drone_dimensions:
- os=Linux
Like in Linux mac_android_aot_engine
. Probably has to stay bringup: true
in this PR to make sure that works properly.
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.
Done!
clangd
builders, and make them non-bringup.clangd
builders, and make Linux non-bringup.
…146010) flutter/engine@4c079a6...4b6836f 2024-03-29 [email protected] Rename `Mac clangd` to `Linux mac_clangd` (flutter/engine#51785) 2024-03-29 [email protected] Fix the `clangd` builders, and make Linux non-bringup. (flutter/engine#51765) 2024-03-29 [email protected] Remove _dartobservatory._tcp legacy DNS registration type (flutter/engine#51635) 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 [email protected],[email protected],[email protected] 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
Further work towards flutter/flutter#141641.
I could imagine making things
presubmit: false
if we think it's not worth the presubmit capacity.Removed
:copy_dart_sdk
which seems (a) not to work and (b) not needed to use the pre-builts.