aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2020-06-12 12:24:46 +1000
committerOliver O'Halloran <oohall@gmail.com>2020-06-17 21:18:45 +1000
commita02a750fb2cf27066994720ecf8a7ad7717aec5b (patch)
treefd7fedf43a58b04897a948fea92e6f45168ed955 /.travis.yml
parentf21b4cbe1d829932b1cb2e422b4c7f07428333ed (diff)
downloadskiboot-a02a750fb2cf27066994720ecf8a7ad7717aec5b.zip
skiboot-a02a750fb2cf27066994720ecf8a7ad7717aec5b.tar.gz
skiboot-a02a750fb2cf27066994720ecf8a7ad7717aec5b.tar.bz2
travis: Add an explicit tmpfs mount
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 714aeb6..1706191 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"