diff mbox series

[09/15] travis: Add an explicit tmpfs mount

Message ID 20200612022452.371685-10-oohall@gmail.com
State Accepted
Headers show
Series [01/15] test/qemu: Update command line arguments | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch warning Failed to apply on branch master (fe70fbb78d33abea788a3221bc409a7c50c019c3)
snowpatch_ozlabs/apply_patch fail Failed to apply to any branch

Commit Message

Oliver O'Halloran June 12, 2020, 2:24 a.m. UTC
A tempfs mount is missing on fedora 32 which seems to be causing errors
when testcases attempt to write there.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 714aeb6f98eb..17061913feb5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,6 +42,7 @@  script:
       --volume $HOME/.ccache:/root/.ccache
       --volume `pwd`:/build
       --volume `pwd`/ci_build_cache/${RUN_ON_CONTAINER}:/root/ci_build_cache/
+      --tmpfs /tmp/
       --rm -t $RUN_ON_CONTAINER
       bash -c "./opal-ci/build-${RUN_ON_CONTAINER}.sh"