Releases: JuliaCI/rootfs-images
Releases · JuliaCI/rootfs-images
v4.4
What's Changed
- Fix the
package_linux
images to work even withmake USE_BINARYBUILDER=0
by @DilumAluthge in #124
Full Changelog: v4.3...v4.4
v4.3
What's Changed
- Perform extra cleanup steps to shrink kitchen sink size by @staticfloat in #130
Full Changelog: v4.2...v4.3
v4.2
What's Changed
.tool-versions
: use Julia 1.6.3 by @DilumAluthge in #122- Temporarily disable building the
package_linux.aarch64
image by @DilumAluthge in #126 - Fix the installation of GCC 9, and add a basic sanity check to make sure that gcc, g++, and gfortran are available in the PATH by @DilumAluthge in #127
- Print tarball sizes before upload by @staticfloat in #129
Full Changelog: v4.0...v4.2
v4.1
v4.0
What's Changed
- rudimentary npm rootfs builder by @anandijain in #119
- Add
aws_uploader
rootfs definition by @staticfloat in #120 - Add
python_latex_kitchen_sink
image by @staticfloat in #121
New Contributors
- @anandijain made their first contribution in #119
Full Changelog: v3.19...v4.0
v3.19
What's Changed
- Auto-cancel old PR builds when new commits are pushed to the PR branch by @DilumAluthge in #108
- Rename some CI stuff by @DilumAluthge in #110
- Add an example of using CI to build a Windows Docker image by @DilumAluthge in #111
- Rename the
images/
folder tolinux/
by @DilumAluthge in #112 - In the
test_sandbox
function, use the--map-build-dir=temp
option by @DilumAluthge in #114 - README: add an example of basic usage of the
test_rootfs.jl
script by @DilumAluthge in #116 - README: fix the CI badges by @DilumAluthge in #117
- Add the ability to skip tarball creation when developing locally by @DilumAluthge in #118
- Add some more required build-time dependencies to the
package_musl
rootfs image by @DilumAluthge in #115
Full Changelog: v3.18...v3.19
v3.18
What's Changed
test_rootfs.jl
script: Addbuild
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
v3.17
What's Changed
- Alpine: when downloading the Alpine rootfs, instead of providing a branch name (e.g.
v3.13
), provide the full commit hash by @DilumAluthge in #96
Full Changelog: v3.16...v3.17
v3.16
What's Changed
- Alpine: upgrade from 3.13.5 to 3.13.6 by @DilumAluthge in #95
Full Changelog: v3.15...v3.16
v3.15
What's Changed
- CI: delete the whitespace check by @DilumAluthge in #94
Full Changelog: v3.14...v3.15