On 09/27/2013 03:09 PM, Benjamin Kaduk wrote:
In other buildbot news, in gerrit/10291, Chas/I have added the --enable-pthreaded-bos configure option, which is disabled by default. Is there a reasonable way to have the buildslaves do a build with it enabled? I think I could create a dummy "do not submit" commit which enables it by default, just to get the build logs, but I was wondering if there's a better way.

I can change the compile commands on the slaves, but it depends on how we want to proceed. Here are some options:

 * change one or more builders to enable the configure option
* add new builders with the compile options with or without being gerrit-triggered
 * just keep rebasing a gerrit commit as you've done now.

FYI, a builder is just a set commands that is run on one of more build slaves. Each builder drives a separate compile on the slave(s). If I schedule pthreaded and non-pthreaded builders on the same slave, then 2 builds will happen on the same slave and possibly slow things down.

Thanks,
Jason
_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to