Commit b5c2c26
committed
iOS: cache python-ios-dart framework + log step timestamps
prepare_ios.sh in serious_python_darwin downloads
python-ios-dart-<ver>.tar.gz (~100MB) on every run and skips only if the
extracted dist_ios/ directory already exists. Wrap the directory in
actions/cache keyed by python_version so the download happens once per
version and is reused across subsequent jobs in the same workflow run
and across reruns.
Also wrap the package + flutter test calls with `date` timestamps so
slow runs make it obvious which sub-step (packaging vs simulator boot
vs flutter test) is responsible — useful for follow-up tuning.
The cache key is suffixed `-v1` so we can invalidate by bumping when
prepare_ios.sh's behavior changes.1 parent 74ae640 commit b5c2c26
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
289 | 299 | | |
290 | 300 | | |
291 | 301 | | |
| |||
299 | 309 | | |
300 | 310 | | |
301 | 311 | | |
| 312 | + | |
| 313 | + | |
302 | 314 | | |
303 | 315 | | |
304 | 316 | | |
305 | 317 | | |
306 | 318 | | |
307 | 319 | | |
| 320 | + | |
308 | 321 | | |
| 322 | + | |
309 | 323 | | |
310 | 324 | | |
311 | 325 | | |
| |||
0 commit comments