From 25b0c1583d91efab96928f7f0770510a23e51768 Mon Sep 17 00:00:00 2001 From: Daniel Zatovic Date: Wed, 5 Feb 2025 17:29:09 +0100 Subject: [PATCH] run_sdk_container: mount tmpfs on /tmp --- run_sdk_container | 1 + 1 file changed, 1 insertion(+) diff --git a/run_sdk_container b/run_sdk_container index 36ad60a19b..18d45ef0a0 100755 --- a/run_sdk_container +++ b/run_sdk_container @@ -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"