Use our fat32 code to create the image of test files #320
Labels
arch: none
Affects common code across architectures
building
Relates to building the kernel
enhancement
New feature or request
proposal
A proposal needing further discussion
testing
Relates to testing the kernel
We currently create an empty fat32 image and then mount it to copy the filesystem test files into it, which requires root permissions. It would be cool to remove the need to mount by using our own fat32 code to build the image. This would have the happy side-effect of allowing us to use docker in CI, speeding up the tests as we won't have to download all of the build dependencies.
The text was updated successfully, but these errors were encountered: