Skip to content

v3.18

Compare
Choose a tag to compare
@DilumAluthge DilumAluthge released this 20 Sep 06:46
· 122 commits to main since this release
be0bb10

What's Changed

  • test_rootfs.jl script: Add build directory, so we can easily test things inside of rootfs images by @staticfloat in #97
  • CI: don't use the Pkg server registry by @DilumAluthge in #99
  • Map the build directory into the sandbox by default, but allow the user to customize the behavior with the optional --map-build-dir command-line argument by @DilumAluthge in #100
  • Add some sanity checks around the temporary directories by @DilumAluthge in #101
  • The --map-build-dir=temp option should create the temporary directory within the repository folder by @DilumAluthge in #102
  • Allow the user to customize the tempfs size with the optional --tmpfs-size command-line argument by @DilumAluthge in #103
  • test_rootfs.jl script: default to a tmpfs size of 1G by @DilumAluthge in #104
  • The RootfsUtils module doesn't actually have a stable public API that we commit to by @DilumAluthge in #105

Full Changelog: v3.17...v3.18