Bug 142585 - WinCairo bot should compile and test 64-bit binaries
Summary: WinCairo bot should compile and test 64-bit binaries
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-11 11:17 PDT by Alex Christensen
Modified: 2020-10-12 15:00 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2015-03-11 11:17:59 PDT
I was under the impression that "architectures": ["x86_64"] in https://bugs.webkit.org/show_bug.cgi?id=139908 would have made it build 64-bit binaries, but it does not.  The WinCairo bot should build 64-bit binaries.  Brent, how is this done?
Comment 1 Bill Ming 2016-03-24 03:07:54 PDT
Seems like WinCairoRequirements.zip does not include 32-bit libraries anymore.
I'm building 64-bit binaries by running
"vcvarsall.bat amd64"
Is the 32-bit build not supported anymore?
Comment 2 Alex Christensen 2016-03-24 09:51:01 PDT
The WinCairo bot is building 64-bit binaries right now.  32-bit can still be done, but I didn't want to include the libraries in the zip to keep the size down.  See https://github.com/peavo/WinCairoRequirements