]> git.baikalelectronics.ru Git - uboot.git/commit
travis-ci: use buildman -P everywhere
authorStephen Warren <swarren@nvidia.com>
Wed, 26 Oct 2016 17:05:34 +0000 (11:05 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 29 Oct 2016 02:10:43 +0000 (22:10 -0400)
commitd7e2c462b64f26cdf0e6e544b64cc388d21f7734
treed08e5afe46d20d7ebd495fd118a4323b2acfadfe
parent655e2f6d27e42c6a41672c7ba249710c77ff9be4
travis-ci: use buildman -P everywhere

This places build results into a board-specific directory rather than a
buildman-thread-specific directory. This is required so that we can
access the directory from test.py, and there's no risk of a particular
build's results being over-written by another build performed by the
same thread.

In theory, this can lead to slower builds when building many different
boards in a single buildman thread, since it removes the possibility of
incremental builds between boards. In practice however I didn't notice
longer build times when when enabling this option; if anything build
times decreased although I suspect that's simply due to general
variations in build performance across different machines within the
Travis CI infra-structure.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
.travis.yml