Skip to content

Releases: alisw/alibuild

v1.9.4

10 Nov 16:19
e750fdd
Compare
Choose a tag to compare

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

08 Nov 09:46
2c6eefd
Compare
Choose a tag to compare

This release contains a bugfix for the rsync remote store.

What's Changed

Full Changelog: v1.9.2...v1.9.3

v1.9.2

04 Nov 13:26
61a6396
Compare
Choose a tag to compare

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

Full Changelog: v1.9.1...v1.9.2

v1.9.2.rc2

01 Nov 12:20
0646eb5
Compare
Choose a tag to compare
v1.9.2.rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.9.1...v1.9.2.rc2

v1.9.2.rc1

29 Oct 09:12
c17acc9
Compare
Choose a tag to compare
v1.9.2.rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.9.1...v1.9.2.rc1

v1.9.1

15 Oct 10:35
bdb83db
Compare
Choose a tag to compare

This release uses precompiled tarballs by default on CentOS 8, without the user having to specify --remote-store.

v1.9.0

13 Oct 15:01
4185012
Compare
Choose a tag to compare

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

29 Sep 13:06
Compare
Choose a tag to compare
v1.9.0.rc2 Pre-release
Pre-release

This pre-release contains a fix for uploads when using an s3:// remote store.

v1.9.0.rc1

07 Sep 14:17
Compare
Choose a tag to compare
v1.9.0.rc1 Pre-release
Pre-release

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.

v1.8.9

18 Aug 13:24
@ktf ktf
Compare
Choose a tag to compare

Fixes aliBuild init issues on Ubuntu 18.04