This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jeremy.kloth
Recipients jeremy.kloth, jkloth, pitrou, skrah
Date 2012-06-18.22:26:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGvrs3Jcu7x5=2aPDK4MDmYVb0PVzRjZV+z_5Fab_MY2Pun8BQ@mail.gmail.com>
In-reply-to <1340054865.84.0.23572710875.issue15102@psf.upfronthosting.co.za>
Content
On Mon, Jun 18, 2012 at 3:27 PM, Antoine Pitrou <report@bugs.python.org> wrote:
> If I understand, the proposed changes are the following:
> https://bitbucket.org/jkloth/cpython-buildbot-amd64/changeset/2a20cee18add

That seems to be correct, yes.

> I'm not a Windows specialist, but they do seem a bit weird:
> - the pcbuild.sln changes remove "Debug|x64.Build" and replaces "Debug" with "Release"

That change is related to the make_versioninfo project which doesn't
use the Debug build (like make_buildinfo)

> - build-common.bat doesn't allow to distinguish between x86 and x64

Correct as make_buildinfo and make_versioninfo are only ever built as
32-bit (see issue9981)

> - build.bat does not call build-common.bat

Oops, an oversight on my part.  It didn't show up in testing as the
solution already is built in 32-bit mode.  The call should in the same
location as in build-amd64.bat
History
Date User Action Args
2012-06-18 22:26:12jeremy.klothsetrecipients: + jeremy.kloth, pitrou, jkloth, skrah
2012-06-18 22:26:11jeremy.klothlinkissue15102 messages
2012-06-18 22:26:11jeremy.klothcreate