Bug 299726
| Summary: | [WPE] Make Cairo bot build with LibWebRTC | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bugs-noreply, philn |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
Right now in WPEWebKit/WebKitGTK, we don't have LibWebRTC code path covered neither by an EWS bot nor a post-commit bot.
However, LibWebRTC is something we actively maintain. Currently we tackle build fixes manually, that means, whenever we build with LibWebRTC (`--cmakeargs=-DUSE_GSTREAMER_WEBRTC=FALSE`).
The current situation is suboptimal because it puts a lots of burden on a small group of developers that need to build WPE with LibWebRTC.
To improve the current situation, we would like to make the currently deployed WPE Cairo bot (both EWS and post-commit) to also build with LibWebRTC.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Dupe of bug 303088 ?
Diego Pino
(In reply to Philippe Normand from comment #1)
> Dupe of bug 303088 ?
Almost dupe. This bug corresponds to the first attempt to fix this issue on 300680@main, the point is that I forgot to link the bug in that commit. Then, I forgot about this bug and created https://bugs.webkit.org/show_bug.cgi?id=303088
Diego Pino
*** This bug has been marked as a duplicate of bug 303088 ***