From 933ad8239252eaea4a97159a05aabed864b5a2a6 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 11 Sep 2018 10:23:48 -0400 Subject: [PATCH] CI: increase build directory size - Fix typo in the build-debugging bits - Increase tmpfs size of /build because it looks like "make install" ends up filling the disk, and then it fails. --- .travis.yml | 2 +- ci/travis-continuous.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0885dcd81..2b11af912 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,5 @@ install: - docker build -t calamares . script: - - docker run -v $PWD:/src --tmpfs /build:rw,size=65536k -e SRCDIR=/src -e BUILDDIR=/build calamares "/src/ci/travis.sh" + - docker run -v $PWD:/src --tmpfs /build:rw,size=81920k -e SRCDIR=/src -e BUILDDIR=/build calamares "/src/ci/travis.sh" diff --git a/ci/travis-continuous.sh b/ci/travis-continuous.sh index fb82f3ee0..eccb6743e 100755 --- a/ci/travis-continuous.sh +++ b/ci/travis-continuous.sh @@ -49,6 +49,6 @@ echo "# System status" df -h echo "# Install results" -install_debug "$DESTDIR" +install_debugging "$DESTDIR" $result # Result of make install, above