Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
try prebuilding exts... VC fails like crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed May 30, 2016
1 parent ba3b38d commit 1c62d5c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions buildmaster/master.cfg
Expand Up @@ -1264,6 +1264,14 @@ def bsquare_make_factory_git(git_url, platform, options):
name="bootstrap",
description="bootstrap"))

if 'prebuildext' in options.lower():
f.addStep(shell.ShellCommand(
command=[platform.python, "setup.py", "build_ext"],
haltOnFailure=True,
name="prebuildext",
description="prebuildext",
timeout=3600))

if 'withvc' in options.lower():
cmd = platform.withcompiler % r"bin\buildout.exe"
else:
Expand Down
20 changes: 10 additions & 10 deletions buildmaster/project-list.cfg
Expand Up @@ -14,7 +14,7 @@ zope.catalog,git://github.com/zopefoundation/zope.catalog.git,2.7;3.3;3.4;3.5,
zope.component,git://github.com/zopefoundation/zope.component.git,2.7;3.3;3.4;3.5,
zope.componentvocabulary,git://github.com/zopefoundation/zope.componentvocabulary.git,2.7;3.3;3.4;3.5,
zope.configuration,git://github.com/zopefoundation/zope.configuration.git,2.7;3.3;3.4;3.5,
zope.container,git://github.com/zopefoundation/zope.container.git,2.7;3.3;3.4;3.5,withvc
zope.container,git://github.com/zopefoundation/zope.container.git,2.7;3.3;3.4;3.5,withvc;prebuildext
zope.contentprovider,git://github.com/zopefoundation/zope.contentprovider.git,2.7;3.3;3.4;3.5,
zope.contenttype,git://github.com/zopefoundation/zope.contenttype.git,2.7;3.3;3.4;3.5,
zope.copy,git://github.com/zopefoundation/zope.copy.git,2.7;3.3;3.4;3.5,
Expand All @@ -29,11 +29,11 @@ zope.event,git://github.com/zopefoundation/zope.event.git,2.7;3.3;3.4;3.5,
zope.exceptions,git://github.com/zopefoundation/zope.exceptions.git,2.7;3.3;3.4;3.5,
zope.filerepresentation,git://github.com/zopefoundation/zope.filerepresentation.git,2.7;3.3;3.4;3.5,
zope.formlib,git://github.com/zopefoundation/zope.formlib.git,2.7;3.3;3.4;3.5,
zope.hookable,git://github.com/zopefoundation/zope.hookable.git,2.7;3.3;3.4;3.5,withvc
zope.hookable,git://github.com/zopefoundation/zope.hookable.git,2.7;3.3;3.4;3.5,withvc;prebuildext
zope.i18n,git://github.com/zopefoundation/zope.i18n.git,2.7;3.3;3.4;3.5,
zope.i18nmessageid,git://github.com/zopefoundation/zope.i18nmessageid.git,2.7;3.3;3.4;3.5,withvc
zope.index,git://github.com/zopefoundation/zope.index.git,2.7;3.3;3.4;3.5,withvc
zope.interface,git://github.com/zopefoundation/zope.interface.git,2.7;3.3;3.4;3.5,withvc
zope.i18nmessageid,git://github.com/zopefoundation/zope.i18nmessageid.git,2.7;3.3;3.4;3.5,withvc;prebuildext
zope.index,git://github.com/zopefoundation/zope.index.git,2.7;3.3;3.4;3.5,withvc;prebuildext
zope.interface,git://github.com/zopefoundation/zope.interface.git,2.7;3.3;3.4;3.5,withvc;prebuildext
zope.intid,git://github.com/zopefoundation/zope.intid.git,2.7;3.3;3.4;3.5,
zope.keyreference,git://github.com/zopefoundation/zope.keyreference.git,2.7;3.3;3.4;3.5,
zope.lifecycleevent,git://github.com/zopefoundation/zope.lifecycleevent.git,2.7;3.3;3.4;3.5,
Expand All @@ -47,12 +47,12 @@ zope.pluggableauth,git://github.com/zopefoundation/zope.pluggableauth.git,2.7;3.
zope.principalannotation,git://github.com/zopefoundation/zope.principalannotation.git,2.7;3.3;3.4;3.5,
zope.principalregistry,git://github.com/zopefoundation/zope.principalregistry.git,2.7;3.3;3.4;3.5,
zope.processlifetime,git://github.com/zopefoundation/zope.processlifetime.git,2.7;3.3;3.4;3.5,
zope.proxy,git://github.com/zopefoundation/zope.proxy.git,2.7;3.3;3.4;3.5,withvc
zope.proxy,git://github.com/zopefoundation/zope.proxy.git,2.7;3.3;3.4;3.5,withvc;prebuildext
zope.ptresource,git://github.com/zopefoundation/zope.ptresource.git,2.7;3.3;3.4;3.5,
zope.publisher,git://github.com/zopefoundation/zope.publisher.git,2.7;3.3;3.4;3.5,
zope.ramcache,git://github.com/zopefoundation/zope.ramcache.git,2.7;3.3;3.4;3.5,
zope.schema,git://github.com/zopefoundation/zope.schema.git,2.7;3.3;3.4;3.5,
zope.security,git://github.com/zopefoundation/zope.security.git,2.7;3.3;3.4;3.5,withvc
zope.security,git://github.com/zopefoundation/zope.security.git,2.7;3.3;3.4;3.5,withvc;prebuildext
zope.securitypolicy,git://github.com/zopefoundation/zope.securitypolicy.git,2.7;3.3;3.4;3.5,
zope.sendmail,git://github.com/zopefoundation/zope.sendmail.git,2.7;3.3;3.4;3.5,
zope.sequencesort,git://github.com/zopefoundation/zope.sequencesort.git,2.7;3.3,
Expand Down Expand Up @@ -106,10 +106,10 @@ zope.renderer,git://github.com/zopefoundation/zope.renderer.git,2.7;3.3,
zope.testbrowser,git://github.com/zopefoundation/zope.testbrowser.git,2.7;3.3;3.4,

#my wild choices:
persistent,git://github.com/zopefoundation/persistent.git,2.7;3.3;3.4;3.5,withvc
persistent,git://github.com/zopefoundation/persistent.git,2.7;3.3;3.4;3.5,withvc;prebuildext
transaction,git://github.com/zopefoundation/transaction.git,2.7;3.3;3.4;3.5,
BTrees,git://github.com/zopefoundation/BTrees.git,2.7;3.3;3.4;3.5,withvc
zodbpickle,git://github.com/zopefoundation/zodbpickle.git,2.7;3.3;3.4;3.5,withvc
BTrees,git://github.com/zopefoundation/BTrees.git,2.7;3.3;3.4;3.5,withvc;prebuildext
zodbpickle,git://github.com/zopefoundation/zodbpickle.git,2.7;3.3;3.4;3.5,withvc;prebuildext

z3c.authenticator,git://github.com/zopefoundation/z3c.authenticator.git,2.7;3.3,
z3c.baseregistry,git://github.com/zopefoundation/z3c.baseregistry.git,,
Expand Down

0 comments on commit 1c62d5c

Please sign in to comment.