Try fix travis new-build test failure with a -j1
parent
71efa54954
commit
04f441205d
|
@ -292,7 +292,7 @@ script:
|
||||||
canew)
|
canew)
|
||||||
better_wait cabal new-build -j$JOBS --ghc-options="-j1 +RTS -M500M -RTS" --disable-tests --disable-benchmarks
|
better_wait cabal new-build -j$JOBS --ghc-options="-j1 +RTS -M500M -RTS" --disable-tests --disable-benchmarks
|
||||||
better_wait cabal new-build -j$JOBS --ghc-options="-j1 +RTS -M500M -RTS" --enable-tests --enable-benchmarks
|
better_wait cabal new-build -j$JOBS --ghc-options="-j1 +RTS -M500M -RTS" --enable-tests --enable-benchmarks
|
||||||
cabal new-test --ghc-options="-j1 +RTS -M500M -RTS"
|
cabal new-test -j1 --ghc-options="-j1 +RTS -M500M -RTS"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
set +ex
|
set +ex
|
||||||
|
|
Loading…
Reference in New Issue