user-agent-desktop icon indicating copy to clipboard operation
user-agent-desktop copied to clipboard

Build server VFAT partition for Windows SDK

Open chrmod opened this issue 3 years ago • 1 comments

For some reason windows SDK has to be mounted to docker a volume with VFAT partition.

Issue is this partition is mounted by hand on magrathea build server and has to be recreated after every reboot.

We should find a more robust way to deal with it.

chrmod avatar Apr 01 '21 11:04 chrmod

For some reason

This is because the SDK needs to be in a case-insensitive filesystem. As we cannot create and mount filesystems in docker itself, we must mount this filesystem on the host and then expose it to docker as a volume.

sammacbeth avatar Apr 08 '21 17:04 sammacbeth