Skip to content

Conversation

@christopherfujino
Copy link
Contributor

Fixes #102008

@flutter-dashboard flutter-dashboard bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Apr 15, 2022
@christopherfujino christopherfujino changed the title [flutter_tools] explicitly enable macos-desktop in host_cross_arch_shard [flutter_tools] explicitly enable macos-desktop in macos_content_validation_test.dart Apr 15, 2022
processManager.runSync(<String>[
flutterBin,
'config',
'--enable-macos-desktop',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we do it for all tool shards? instead of per test?

await runCommand(flutter, <String>['config', '--enable-macos-desktop']);

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually it doesn't matter, if we see it again we can hoist it up.

@fluttergithubbot fluttergithubbot merged commit f1e4018 into flutter:master Apr 16, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Apr 16, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mac tool_host_cross_arch_tests failing because macos desktop not enabled

3 participants