[llvm-commits] Patch for builbot to use scripted builds

Galina Kistanova gkistanova at gmail.com
Tue May 4 14:33:27 PDT 2010


Hello everyone,

As a follow up of the discussion with Anton and Daniel about changing
the way how we build cross configurations with the buildbot, please
find attached 2 patches.

1. One adds 2 shell script to the llvm-gcc/extras directory (the same
way we have it for DragonEgg):

* buildbot-launcher - prepares environment and launches required build script;
* build-4-mingw32   - cross builds llvm and llvm-gcc for
--build=x86_64-apple-darwin10 --host=i686-pc-mingw32
--target=i686-pc-mingw32

2. The other one adds a new buildbot builder ScriptedBuilder to work
with the new build scripts, and updates configuration of the
llvm-gcc-x86_64-darwin10-cross-mingw32 buildslave to use
ScriptedBuilder.

Please review.

I'll be sending patches for more configuration when these 2 will be
accepted and submitted to svn.

Thanks

Galina

P.S. I an sending this letter second time, the fist was one sent from
non-member address. Sorry.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build_script_patch01.diff
Type: application/octet-stream
Size: 8046 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100504/4343572d/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: scripted_build_patch01.diff
Type: application/octet-stream
Size: 8911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100504/4343572d/attachment-0001.obj>


More information about the llvm-commits mailing list