[llvm-commits] Patch for builbot to use scripted builds
Galina Kistanova
gkistanova at accesssoftek.com
Tue May 4 14:12:30 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build_script_patch01.diff
Type: text/x-patch
Size: 8046 bytes
Desc: build_script_patch01.diff
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100504/ba614bb6/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: scripted_build_patch01.diff
Type: text/x-patch
Size: 8911 bytes
Desc: scripted_build_patch01.diff
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100504/ba614bb6/attachment-0001.bin>
More information about the llvm-commits
mailing list