[Python-Dev] Buildbot for AIX
Antoine Pitrou
solipsis at pitrou.net
Thu Oct 28 16:45:15 CEST 2010
On Fri, 15 Oct 2010 17:38:47 +0200
Sébastien Sablé <sable at users.sourceforge.net> wrote:
>
> Could you please take a look at those modifications in master.cfg,
> provide me some password for the bot slaves and apply the corrections in
> those issues?
About the master.cfg modifications: there should be no need for
separate environment variables. Instead, you should be able to specify
them as command-line arguments to ./configure, e.g.:
["--with-pydebug", "--without-computed-gotos", "CC=xlc",
'OPT="-O2 -qmaxmem=18000"']
Can you check this works for you?
Also, there's no need to complicate the buildbot naming procedure.
You should be able to run several buildslaves on a single machine,
provided we give you separate credentials: one per compiler type.
Regards
Antoine.
More information about the Python-Dev
mailing list