Skip to content

Commit

Permalink
travis-ci: remove -j 2from distcheck builds
Browse files Browse the repository at this point in the history
The "write errors" (flux-framework#1145) in travis-ci seemed to have increased
with the introduction of '-j2' to make distcheck. Perhaps the amount
of data on stdout/err or written to disk is overwhelming the
travis builders.

Remove -j2 for now in hopes that it will make builds more reliable.
  • Loading branch information
grondo committed Oct 20, 2017
1 parent 9f03dda commit 864d26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ script:
- git fetch --unshallow --tags
- ulimit -c unlimited
- export CC="ccache $CC"
- export MAKECMDS="make -j 2 distcheck"
- export MAKECMDS="make distcheck"
# Ensure travis builds libev such that libfaketime will work:
# (force libev to *not* use syscall interface for clock_gettime())
- export CPPFLAGS="-DEV_USE_CLOCK_SYSCALL=0 -DEV_USE_MONOTONIC=1"
Expand Down

0 comments on commit 864d26a

Please sign in to comment.