Commit 553e045
Print captured log on build_ruby failure
run_command writes configure/make/install output to a per-tag log file
inside the build prefix, so a failure inside `docker build` only surfaces
"fail <tag> <version>" and the actual error is lost with the discarded
layer. Dump the log to stdout on failure so the cause is visible in
Actions output.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 6a9f8de commit 553e045
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
247 | 250 | | |
248 | 251 | | |
249 | 252 | | |
| |||
0 commit comments