Releases: JuliaCI/rootfs-images
Releases · JuliaCI/rootfs-images
v3.4
What's Changed
- Fix the
test_rootfs.jl
script for the case when no hash is provided by @DilumAluthge in #54 - CI: check that the
binfmt
entries were successfully registered by @DilumAluthge in #56
Full Changelog: v3.3...v3.4
v3.3
What's Changed
- Rename
buildkite_agent_linux
toagent_linux
by @DilumAluthge in #40 - Add the
tester_musl.x86_64
rootfs image, which does not include the compiler toolchain by @DilumAluthge in #38 - README: add a link to the
.buildkite
directory in the Julia repository by @DilumAluthge in #52 package_linux
: install both thepython
andpython3
packages fromapt
by @DilumAluthge in #53
Full Changelog: v3.2...v3.3
v3.2
What's Changed
- Add the
tester_linux
image, which does not include the compiler toolchain by @DilumAluthge in #37
Full Changelog: v3.1...v3.2
v3.1
What's Changed
- Add the Sandbox.jl package as a dependency to the environment by @DilumAluthge in #33
- Back for a limited time only: the
llvm_passes
image by @DilumAluthge in #34 - Always print at least the
basename
of thetarball_path
, even if we aren't actually creating the tarball file by @DilumAluthge in #35 - Fix a typo in a comment in the GitHub Actions workflow file by @DilumAluthge in #36
Full Changelog: v3.0...v3.1
v3.0
What's Changed
- Use GitHub Actions to automatically build and publish the rootfs images by @DilumAluthge in #1
- Fix a bug caused by a
TypeError
(due to passing aSubString{String}
instead of aString
) by @DilumAluthge in #2 - Fix another small bug, this time caused by an
UndefVarError
by @DilumAluthge in #3 - Refactor the
upload_rootfs_image_github_actions
function by @DilumAluthge in #4 - README: change the word
directory
torepository
by @DilumAluthge in #5 - Add some empty files that we will populate in subsequent PRs by @DilumAluthge in #7
- Reorganize the files, and put all of the rootfs image definitions into the
images
subdirectory by @DilumAluthge in #8 - Add the
test_rootfs.jl
file for testing rootfs images locally by @DilumAluthge in #9 - Small style tweaks to the
llvm_passes
rootfs image by @DilumAluthge in #14 - Update the contents of the
rootfs_utils.jl
file by @DilumAluthge in #13 - Add the
.github/CODEOWNERS
file by @DilumAluthge in #15 - CI: Skip tarball creation if the build is a
pull_request
build by @DilumAluthge in #16 - README: add CI badge by @DilumAluthge in #17
- A few small README tweaks by @DilumAluthge in #18
- Fix a typo in a variable name inside the
_is_github_actions_event
function by @DilumAluthge in #19 - Logging: during
pull_request
builds, don't print thetarball_path
in the@info
message by @DilumAluthge in #20 - Add the
package_musl64
rootfs image by @DilumAluthge in #12 - Add the
buildkite_agent
rootfs image by @DilumAluthge in #10 - Add the
package_linux64
rootfs image by @DilumAluthge in #11 - Dr. Rootfs and the Multiarches of Madness by @staticfloat in #21
- Add
package_linux.powerpc64le
rootfs by @staticfloat in #22 - Retry failed uploads 3 times by @staticfloat in #23
- Actually pass
--arch
by @staticfloat in #24 - Add the
.tool-versions
file for use with ASDF by @DilumAluthge in #25 - Add a
[compat]
entry forjulia
by @DilumAluthge in #26 - Use the ArgParse.jl package to process command-line arguments by @DilumAluthge in #27
- Make
--args
a required command-line argument (instead of defaulting to the current native arch) by @DilumAluthge in #28 - Some code reorganization and style tweaks; also make the naming scheme consistent by @DilumAluthge in #30
- Fix a small bug with the automatic construction of the
tarball_name
by @DilumAluthge in #31
Full Changelog: https://github.com/JuliaCI/rootfs-images/commits/v3.0