Commit 24714c7
fix: Replace melos bootstrap with manual dependency resolution in analysis
The melos bootstrap approach was failing in CI due to mixed package resolution
issues. Instead of using melos, manually resolve dependencies for each package
in the correct order:
1. workmanager_platform_interface (no internal dependencies)
2. workmanager_android/ios (depend on platform_interface)
3. workmanager (depends on all platform packages)
This approach creates pubspec_overrides.yaml files manually for each package
to enable local path dependencies, mimicking what melos bootstrap should do
but avoiding the CI resolution issues.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f26832c commit 24714c7
1 file changed
Lines changed: 42 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
24 | 63 | | |
25 | 64 | | |
26 | 65 | | |
| |||
0 commit comments