Bug 195678 - Tools/Scripts/bisect-builds does not work as intended.
Summary: Tools/Scripts/bisect-builds does not work as intended.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Minor
Assignee: Lucas Forschler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-13 07:34 PDT by Dominic
Modified: 2019-03-13 19:22 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic 2019-03-13 07:34:00 PDT
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).
Comment 1 Lucas Forschler 2019-03-13 19:22:50 PDT
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...