[Skiboot] [PATCH 09/15] travis: Add an explicit tmpfs mount
Oliver O'Halloran
oohall at gmail.com
Fri Jun 12 12:24:46 AEST 2020
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 at gmail.com>
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
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"
--
2.26.2
More information about the Skiboot
mailing list