Currently we're not catching objdir-related failures in automated
builds. I would suggest some (but not all) builders be changed to use
objdir builds, so we have some objdir builds and some regular (having
all builders do one objdir and one normal build seems excessive). Any
thoughts?

I'm not sure what the best way to do this is in buildbot, but just from
the perspective of running shell commands, we could just do...

Instead of './configure', 'make', 'make dest/install', do something
like:

rm -rf ../objdir ; mkdir ../objdir ; cd ../objdir && ../build/configure

cd ../objdir && make

cd ../objdir && make dest/install

-- 
Andrew Deason
adea...@sinenomine.net

_______________________________________________
OpenAFS-devel mailing list
OpenAFS-devel@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to