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.
This commit is contained in:
Adriaan de Groot 2018-09-11 10:23:48 -04:00
parent be8de205af
commit 933ad82392
2 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,5 @@ install:
- docker build -t calamares . - docker build -t calamares .
script: 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"

View File

@ -49,6 +49,6 @@ echo "# System status"
df -h df -h
echo "# Install results" echo "# Install results"
install_debug "$DESTDIR" install_debugging "$DESTDIR"
$result # Result of make install, above $result # Result of make install, above