Commit 2695e09
committed
ci: stop piping the iOS xcodebuild through xcbeautify
Follows #391, which dropped xcbeautify from the macOS job and noted it was
the only use of it in the repo. This branch forked before that landed, so
rebasing brought it back for iOS — it should go the same way.
Its stated failure mode showed up here too. Diagnosing the Release build on
this branch, "** ARCHIVE FAILED **" and the failed-command list printed
~150 lines *before* the compiler errors that explained them, because
xcbeautify's stdout is block-buffered through the pipe. The summary read as
the whole story and pointed at the wrong cause.
Raw xcodebuild output is verbose but complete and correctly ordered. It
also makes the pipefail guard added earlier on this branch unnecessary: the
step's exit code is now xcodebuild's own, so `shell: bash` goes too.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UxzZtpa5Nz3F8ACXzX7Hww1 parent 505df1f commit 2695e09
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
254 | | - | |
255 | | - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
256 | 260 | | |
257 | 261 | | |
258 | 262 | | |
259 | | - | |
| 263 | + | |
260 | 264 | | |
261 | 265 | | |
262 | 266 | | |
| |||
0 commit comments