Bug 195678
| Summary: | Tools/Scripts/bisect-builds does not work as intended. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dominic <Dominic.dicastro> |
| Component: | Tools / Tests | Assignee: | Lucas Forschler <lforschler> |
| Status: | NEW | ||
| Severity: | Minor | CC: | lforschler |
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | All | ||
| OS: | All | ||
Dominic
It looks like the option gtk + 86_64 doesn't work with release and debug. Instead of downloading gtk I get a readme file that points me to a non existing url..
example of flags:
python bisect-builds -a x86_64 -c debug -p gtk
Anyway I would really like to run this script on linux (I need it for jsc in particular).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lucas Forschler
GTK keeps their builds local to their engineering to avoid external internet bandwidth usage. They do not store them on a publicly accessible store (AWS S3) like the other archives. We should probably just disable bisecting builds against GTK...