]> Git Repo - qemu.git/commit
docker: Don't mount ccache db if NOUSER=1
authorFam Zheng <[email protected]>
Mon, 25 Sep 2017 07:54:58 +0000 (15:54 +0800)
committerFam Zheng <[email protected]>
Fri, 29 Sep 2017 03:14:15 +0000 (11:14 +0800)
commit36ac78e65a0695f0e397865cceaf4ab5c4e52c64
tree171e1c4d8583033ec3d9745f7f405a51f44f259a
parent12b25a7d96dc01fc9710c4af5942c15a51b84db1
docker: Don't mount ccache db if NOUSER=1

With NOUSER=1 the container runs code as root, which may create
privileged files that will not be be accssible next time. Skip ccache
dir mount in this case.

Signed-off-by: Fam Zheng <[email protected]>
Message-Id: <20170925075458[email protected]>
Acked-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
tests/docker/Makefile.include
This page took 0.020865 seconds and 4 git commands to generate.