-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-infraOwned by Infrastructure teamOwned by Infrastructure team
Description
The flutter/plugins roller is failing pre-submit:
Activated flutter_plugin_tools 0.0.45+3.
▌09:47:03▐ ELAPSED TIME: 5.143s for ../../../k/flutter/bin/cache/dart-sdk/bin/pub global activate flutter_plugin_tools in ../../tmp/t/pluginsDYZTNQ
▌09:47:03▐ RUNNING: cd ../../tmp/t/pluginsDYZTNQ; ../../../k/flutter/bin/cache/dart-sdk/bin/pub global run flutter_plugin_tools analyze
Verifying analysis settings...
Found an extra analysis_options.yaml in /b/s/w/ir/tmp/t/pluginsDYZTNQ/packages/android_alarm_manager/analysis_options.yaml.
If this was deliberate, pass the package to the analyze command with the --custom-analysis flag and try again.
https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20flutter_plugins/5356/overview
It seems that the issue was introduced by this change:
We need to configure the analysis command to accept custom analysis_options.yaml files, either here:
Lines 851 to 860 in 2e06ed0
await runCommand( pub, <String>[ 'global', 'run', 'flutter_plugin_tools', 'analyze', ], workingDirectory: checkout.path, ); - Or publish a new version of
flutter_plugin_toolswhich allows for custom yaml files.
Metadata
Metadata
Assignees
Labels
packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-infraOwned by Infrastructure teamOwned by Infrastructure team