]> git.proxmox.com Git - mirror_qemu.git/commit
.travis.yml: probe for number of available processors
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 3 Feb 2020 09:09:26 +0000 (09:09 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 4 Feb 2020 17:13:29 +0000 (17:13 +0000)
commit0a7c0ae0534deed06e9a045324a03c09677d4c93
tree5d7f2b77c725f9f1690828cfa7144fa668795d7c
parentb3165c874e940653c9d3ef5224c0b928277d2b88
.travis.yml: probe for number of available processors

The arm64 hardware was especially hit by only building on 3 of the 32
available cores. Introduce a JOBS environment variable which we use
for all parallel builds. We still run the main checks single threaded
though so to make it easier to spot hangs.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200203090932.19147-12-alex.bennee@linaro.org>
.travis.yml