diff --git a/src/ci/run.sh b/src/ci/run.sh index 4c4836d7ca230..a00e4e777fae4 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -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 @@ -76,3 +80,5 @@ else make -j $ncpus make $RUST_CHECK_TARGET -j $ncpus fi + +df -h