Commit f10dc84
ci(resolve-python-vars): surface dart run stdout+stderr for diagnosis
Last CI run failed with "did not return values for
SERIOUS_PYTHON_VERSION=3.12" but the composite action's debug `echo
"$json"` printed nothing — couldn't tell from the log whether `dart
run` errored silently or returned non-JSON. Capture stdout+stderr into
a single var, print it verbatim before piping through sed/jq, and let
`flutter pub get` print its own progress (was previously >/dev/null).
Once we see the actual output we can decide if this is a Dart precompile
hiccup, a package_config issue, or something else.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e9611ab commit f10dc84
1 file changed
Lines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | | - | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
0 commit comments