One patch to mitigate Travis timeouts
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABAgAGBQJafayaAAoJEPvQ2wlanipEYLEH/AuMDIRNvTPDFO2t+h7orpNR pupyGXAtLn0C/TrvMgbk/ZVuel0Vkuwcz7u90RGqbdgs+IgJOxvzfazZKlWr17sd E7ma8RdgGLbtbJ04xFYX5bTUMC5Zfh+Wddr5y8xFwGDRAHfkSkStZ557/6Nbw6kP yG3yAZksmcafhdCGdOK7uJ9AjfuD+WNhdQ/LFrkC9mC00n0eBkEnP8FS88/uOvVV 7YxpqAcHoxYQr+fNTqn6yRn4nFNRlxRZASry/Kqtp/NaehNQt79bpDjyncGT9pSt S8sscSxs2qwdltImxIYvaMc0bYig0K6UkiG7XQRpt4xWqso3sXuoB/fE8uCawq8= =Q9Yq -----END PGP SIGNATURE----- Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-speedup-090218-1' into staging One patch to mitigate Travis timeouts # gpg: Signature made Fri 09 Feb 2018 14:13:46 GMT # gpg: using RSA key FBD0DB095A9E2A44 # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" # Primary key fingerprint: 6685 AE99 E751 67BC AFC8 DF35 FBD0 DB09 5A9E 2A44 * remotes/stsquad/tags/pull-travis-speedup-090218-1: .travis.yml: add --disable-linux-user for some jobs Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
commit
c7b02d7d03
@ -52,9 +52,9 @@ env:
|
||||
- CONFIG=""
|
||||
- CONFIG="--enable-debug --enable-debug-tcg --enable-trace-backends=log"
|
||||
- CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb"
|
||||
- CONFIG="--enable-modules"
|
||||
- CONFIG="--with-coroutine=ucontext"
|
||||
- CONFIG="--with-coroutine=sigaltstack"
|
||||
- CONFIG="--enable-modules --disable-linux-user"
|
||||
- CONFIG="--with-coroutine=ucontext --disable-linux-user"
|
||||
- CONFIG="--with-coroutine=sigaltstack --disable-linux-user"
|
||||
git:
|
||||
# we want to do this ourselves
|
||||
submodules: false
|
||||
|
Loading…
Reference in New Issue
Block a user