Skip to content

Releases: JuliaPackaging/BinaryBuilderBase.jl

v1.44.0

18 Mar 08:43
6a5740c

Choose a tag to compare

BinaryBuilderBase v1.44.0

Diff since v1.43.0

Merged pull requests:

v1.43.0

15 Feb 22:11
5615d23

Choose a tag to compare

BinaryBuilderBase v1.43.0

Diff since v1.42.0

Merged pull requests:

v1.42.0

21 Oct 19:43
f6d4810

Choose a tag to compare

BinaryBuilderBase v1.42.0

Diff since v1.41.0

Merged pull requests:

  • [Runner] Fix condition under which the ccache volume is mounted (#442) (@giordano)
  • [Runner] Fix build id with lld on windows (#443) (@Zentrik)
  • [Rootfs] Add keyword argument to exclude old ABIs from output of expand_* functions (#446) (@giordano)
  • Fix compat bound for SHA stdlib (#447) (@giordano)

v1.41.0

02 Sep 22:22
fb50bc2

Choose a tag to compare

BinaryBuilderBase v1.41.0

Diff since v1.40.0

Merged pull requests:

  • [RootFS] Add PlatformSupport entries for all platforms (#438) (@giordano)
  • Put default storage cache in a scratch space (#440) (@giordano)
  • [CI] Update julia-actions/setup-julia to v2 (#441) (@giordano)

v1.40.0

13 Aug 11:01
4a8a029

Choose a tag to compare

BinaryBuilderBase v1.40.0

Diff since v1.39.1

Merged pull requests:

  • use julia_version Pkg.add kwarg rather than specifying it through ctx (#416) (@IanButterworth)
  • Add creation of the build-id to the linker flags (#435) (@imciner2)
  • Bump actions/checkout from 4 to 5 (#436) (@dependabot[bot])
  • [RootFS] New PlatformSupport artifacts without old MinGW headers (#437) (@giordano)

Closed issues:

  • macOS fails to run BinaryBuilder recipes in Docker with Invalid argument errors (#389)

v1.39.1

15 Jul 22:00
99594c5

Choose a tag to compare

BinaryBuilderBase v1.39.1

Diff since v1.39.0

Merged pull requests:

  • [Prefix] Actually pass compression_format argument to archive_artifact (#432) (@giordano)
  • Add tests to ensure tarballs are compressed with the expected format (#433) (@giordano)

v1.39.0

14 Jul 22:38
081355e

Choose a tag to compare

BinaryBuilderBase v1.39.0

Diff since v1.38.0

Merged pull requests:

  • [Prefix] Support user-supplied compression format for the tarball (#431) (@giordano)

v1.38.0

07 Jul 08:39
eea82df

Choose a tag to compare

BinaryBuilderBase v1.38.0

Diff since v1.37.0

Merged pull requests:

  • [Runner] Updated xcrun executable to handle a few arguments (#392) (@stemann)
  • Implement preliminary OCaml support (#425) (@topolarity)
  • Add RustToolchain v1.87 (#427) (@Keno)
  • Re-precompile BinaryBuilderBase if Artifacts.toml changes (#428) (@Keno)
  • [Runner] Set linker min macos version flag only when linking (#429) (@giordano)
  • [Runner] Pass lock_microarchitecture to the as wrapper (#430) (@giordano)

v1.37.0

07 Apr 09:57

Choose a tag to compare

BinaryBuilderBase v1.37.0

Diff since v1.36.0

v1.36.0

25 Feb 22:07
be6a14c

Choose a tag to compare

BinaryBuilderBase v1.36.0

Diff since v1.35.2

Merged pull requests:

  • [Runner] Set environment variable CCACHE_DIR (#411) (@giordano)
  • [CI] Run tests with Julia v1.11 (#412) (@giordano)
  • Add a test for installing a dependency with a specific version number (#413) (@giordano)
  • [CI] Update some GitHub Actions workflows (#414) (@giordano)
  • Update FreeBSD versions to 13.4 on x86-64 and 14.1 on AArch64 (#418) (@ararslan)