Bug 249034
Summary: | [WPE] Checkout a specific version of Cog instead of master | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
Component: | WPE WebKit | Assignee: | Michael Catanzaro <mcatanzaro> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 249031, 220117 |
Carlos Alberto Lopez Perez
When building Cog after building WebKit (with the script build-webkit) we are currently picking the last master of Cog, but we should instead pick a specific commit and update this manually.
Cog will be used to run the performance tests (see bug 249031 ) so is important that we know exactly which version was running when you bisect a commit of WebKit looking for performance regressions.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/7508
Michael Catanzaro
(In reply to Michael Catanzaro from comment #1)
> Pull request: https://github.com/WebKit/WebKit/pull/7508
Wound up closing this pull request. The change is now integrated into this pull request instead:
https://github.com/WebKit/WebKit/pull/5944