Bug 180199
Summary: | Install Perl's File::Copy::Recursive on Windows EWS bot | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tomas Popela <tpopela> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | aakash_jain, ap, bfulgham, lforschler, lingho, pvollan, tpopela |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 180137 |
Tomas Popela
We want to start checking for required Perl modules in cmake port during configure - see bug 180137. Currently the patch fails on Windows EWS - it looks like the Windows port is using copy-user-interface-resources.pl, but it's not installed on the bot. Can you please install it there?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Is there an observable problem when the module is not installed? Just trying to understand why it is required when things seem to work fine without it.
Tomas Popela
The WebKitGTK+ build fails without it after we started to use the copy-user-interface-resources.pl script. But if the Windows build succeeds without File::Copy::Recursive installed then I'm confused.