Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,13 @@ else
fi
fi

df -h

$SRC/configure $RUST_CONFIGURE_ARGS
retry make prepare

df -h

if [ "$TRAVIS_OS_NAME" = "osx" ]; then
ncpus=$(sysctl -n hw.ncpu)
else
Expand All @@ -76,3 +80,5 @@ else
make -j $ncpus
make $RUST_CHECK_TARGET -j $ncpus
fi

df -h