Releases: alisw/alibuild
v1.9.4
This is a bugfix release fixing a potential issue when relocating tarballs on OSX.
What's Changed
- Fix relocation of libs with multiple
LC_RPATH
entries by @TimoWilken in #727
Full Changelog: v1.9.3...v1.9.4
v1.9.3
This release contains a bugfix for the rsync remote store.
What's Changed
- Create links directory for rsync remote by @TimoWilken in #726
Full Changelog: v1.9.2...v1.9.3
v1.9.2
This release speeds up builds using remote stores, and includes a few bug fixes and an extra --no-remote-store
option for aliBuild build
.
What's Changed
- Treat empty ALIBUILD_* environment vars as unset by @TimoWilken in #717
- Remove unused argument for extra rsync options by @ktf in #720
- Speed up rsync remote store by @TimoWilken in #719
- Prefer remote revisions to existing local revisions by @TimoWilken in #718
- Don't clone git repo if we're using a prebuilt tarball by @TimoWilken in #711
- Make doBuild's return type more sane by @TimoWilken in #680
- Allow disabling the remote store completely by @TimoWilken in #722
- Get alibuild version directly, instead of calling pip by @TimoWilken in #724
- Auto-publish releases to Homebrew by @TimoWilken in #725
Full Changelog: v1.9.1...v1.9.2
v1.9.2.rc2
What's Changed
- Prefer remote revisions to existing local revisions by @TimoWilken in #718
- Don't clone git repo if we're using a prebuilt tarball by @TimoWilken in #711
- Make doBuild's return type more sane by @TimoWilken in #680
Full Changelog: v1.9.1...v1.9.2.rc2
v1.9.2.rc1
What's Changed
- Treat empty
ALIBUILD_*
environment vars as unset by @TimoWilken in #717 - Remove unused argument for extra rsync options by @ktf in #720
- Speed up rsync remote store by @TimoWilken in #719
Full Changelog: v1.9.1...v1.9.2.rc1
v1.9.1
This release uses precompiled tarballs by default on CentOS 8, without the user having to specify --remote-store
.
v1.9.0
This release contains significant changes and improvements:
- support for reusing more precompiled packages -- now, packages built with a different
tag:
key in alidist are considered for reuse if the tag they were built from points to the same commit as is being built now - a fix for uploads when using an s3:// remote store
- a fix in checking for pigz and tar support when building inside a Docker container -- now support is checked inside the container
v1.9.0.rc2
This pre-release contains a fix for uploads when using an s3://
remote store.
v1.9.0.rc1
This pre-release contains experimental support for reusing more precompiled packages -- now, packages built with a different tag:
key in alidist are considered for reuse if the tag they were built from points to the same commit as is being built now.