[Webkit-unassigned] [Bug 179945] Consider hosting pre-built `jsc` binaries somewhere official

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 22 23:19:13 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=179945

--- Comment #2 from Mathias Bynens <mathias at qiwi.be> ---
I noticed that it’s possible to get `jsc.exe` binaries for Windows as follows:

1. Open https://build.webkit.org/builders/Apple%20Win%20Debug%20%28Build%29
2. Click a build number, which takes you to a page like https://build.webkit.org/builders/Apple%20Win%20Debug%20%28Build%29/builds/5674
3. Click the `stdio` link below `transfer-to-s3`
4. The “S3 URL” (e.g. https://s3-us-west-2.amazonaws.com/archives.webkit.org/win-i386-debug/225094.zip) points to a ZIP file containing, among others:

    ```
    JavaScriptCore.resources (directory)
    JavaScriptCore.dll
    JavaScriptCore.pdb
    jsc.exe
    jsc.pdb
    jscLib.dll
    jscLib.pdb
    ```

Sadly, the other bots don’t seem to have a `transfer-to-s3` step. :(

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171123/845ee68c/attachment-0001.html>


More information about the webkit-unassigned mailing list