Bug 142585

Summary: WinCairo bot should compile and test 64-bit binaries
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, Hironori.Fujii, mbbill, ossy, peavo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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