-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hello. I'm the project contributor of openEMS, a free and open source 3D electromagnetic field solver. As the de-facto maintainer of the build system, I rely on cross-platform-actions to ensure that the project is POSIX-compatible. However, in recent builds, the FreeBSD workflow has stopped working because the git repository has grown sufficiently large, that the VM image is too small for the repo.
Clone 6ddc54692a9f337de09e5264a6c4d2e98ee33cdd from https://github.com/thliebig/openEMS-Project.git
fatal: could not create work tree dir 'openEMS-Project': No space left on device
The git repo is cloned to ~/ of the default user. See the link for the full log.
I know that it's possible to build a custom VM image, but doing so would increase the burden of project maintenance even further, since the project doesn't have any full-time maintainer. It's already a struggle to maintain the existing build matrix to the lack of developers.
Is there an easy way to mount an additional image onto the VM? Thanks.