| Summary: | REGRESSION(r295496): [MacOS] Build terminates with CodeSign error | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | New Bugs | Assignee: | Elliott Williams <emw> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, emw, webkit-bug-importer, yurys |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Diego Pino
2022-06-17 06:35:06 PDT
Is build-webkit (without --no-use-workspace) failing reliably in this way? I've seen this before, but it's always been fixed by a rebuild, suggesting some build-time race condition. I forgot to mention it always fails on a clean build. Once it has failed, a second attempt to build finishes successfully. (In reply to Diego Pino from comment #2) > I forgot to mention it always fails on a clean build. Once it has failed, a > second attempt to build finishes successfully. Nice. I'll look into this and see if I can reproduce the problem. Pull request: https://github.com/WebKit/WebKit/pull/1699 Looks like a simple misconfiguration in one the "Product Dependencies" phases. I'm able to reproduce the problem and fix it with this change. Committed r295755 (251760@main): <https://commits.webkit.org/251760@main> Reviewed commits have been landed. Closing PR #1699 and removing active labels. |