Bug 277749
| Summary: | GTK/WPE builds are failing with /bin/sh: 0: Illegal option -o pipefail | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brianna Fan <bfan2> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | angelos, bfan2, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 276081 | ||
Brianna Fan
Revert 281869@main because GTK/WPE builds are failing with /bin/sh: 0: Illegal option -o pipefail.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/133397781>
Brianna Fan
Pull request: https://github.com/WebKit/WebKit/pull/31841
EWS
Committed 281943@main (2314da5c0e7f): <https://commits.webkit.org/281943@main>
Reviewed commits have been landed. Closing PR #31841 and removing active labels.
Angelos Oikonomopoulos
We got bitten by this again, with `run-jsc-stress-tests` throwing an exception and `filter-test-logs` accidentally eating it up, presumably because it relied on `-o pipefail`. I've asked internally at Igalia and all our buildbots should have `bash` in the PATH. For the post-commit bots could we change `remote_command` in `build-webkit-org/steps.py` to use `bash`, `-c` instead of `/bin/sh`, `-c`? Would that work on other platforms?