run_sdk_container: mount tmpfs on /tmp

This commit is contained in:
Daniel Zatovic 2025-02-05 17:29:09 +01:00
parent c336ca284b
commit 25b0c1583d

View File

@ -140,6 +140,7 @@ if [[ -z ${stat} ]] ; then
docker_flags=(
"${tty[@]}"
-i
--mount type=tmpfs,destination=/tmp
-v /dev:/dev
-v "${PWD}/sdk_container:/mnt/host/source/"
-v "${PWD}/__build__/images:/mnt/host/source/src/build"