Home
last modified time | relevance | path

Searched hist:"9 b29d049" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A D.travis.yml9b29d049 Wed Jan 09 10:31:11 CST 2019 Daniel P. Berrangé <berrange@redhat.com> travis: stop redefining the script commands

One of the matrix entries redefines the script command in order to add
the ${MAKEFLAGS} variable. Ideally ${MAKEFLAGS} would be referenced by
the definition of the ${TEST_CMD} env variable, but this isn't possible
in travis. ${MAKEFLAGS} exists to eliminate duplication of flags in
every "make" command, but this cure causes a worse problem, namely the
reduplication of the "script" command. It is simpler to just insert "-j3"
directly into any "make" command.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>