Commit db83f77
committed
Revert "ci(shorebird): drop --offline from aot-tools pub get" (#148)
Restores the legacy `pub get --offline` form. The original failure
(missing very_good_analysis in shard pub cache) was a shard-environment
problem — sync.yaml ran tools/run_pub_get.py to populate the cache, but
shards' pub cache is per-runner ephemeral. Fixed properly in
shorebirdtech/_build_engine#209 (shard-build.yaml now also runs
run_pub_get.py post-sync), so shell steps can rely on --offline matching
legacy behavior. The JSON config shouldn't carry the env-prep detail.
(See FIXME in build_engine's shard-build.yaml: real fix is to pull
aot_tools deps via gclient like every other in-tree Dart package.)1 parent d66c50b commit db83f77
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments