Bug 279617
| Summary: | Tools/gtk/install-dependencies continues on error | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Max Schmitt <max> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
Max Schmitt
When running Tools/gtk/install-dependencies the script continues on errors and doesn't exit.
e.g. after https://commits.webkit.org/283537@main libfdk-aac-dev doesn't exit on Debian 12 - so it continues with errors and the build fails later on.
Solution: add set -e at the top of the file. I'm working on a patch for it.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Max Schmitt
Pull request: https://github.com/WebKit/WebKit/pull/33573
EWS
Committed 283609@main (7312db0936d0): <https://commits.webkit.org/283609@main>
Reviewed commits have been landed. Closing PR #33573 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/135943756>