Releases: JuliaPackaging/BinaryBuilderBase.jl
Releases · JuliaPackaging/BinaryBuilderBase.jl
v1.44.0
BinaryBuilderBase v1.44.0
Merged pull requests:
- Bump julia-actions/cache from 2 to 3 (#466) (@dependabot[bot])
- [rootfs] Add Rust 1.94 toolchain (#467) (@giordano)
v1.43.0
BinaryBuilderBase v1.43.0
Merged pull requests:
- Support
.tbzarchive extension (#449) (@eschnett) - CI: Update list of Julia versions, disable broken job (#452) (@eschnett)
- Add RustToolchain 1.91 (#453) (@Keno)
- Bump actions/checkout from 5 to 6 (#454) (@dependabot[bot])
- update handling registry_info(pkg) -> registry_info(registry, pkg) (#455) (@IanButterworth)
- [CI] Run some jobs in Julia v1.12 (#456) (@giordano)
- Switch to using RegistryInstances.jl (#457) (@IanButterworth)
- Distinguish between with-sanitizer and without-sanitizer dependencies (#458) (@eschnett)
- Project.toml: Allow JSON 1.0 (#459) (@eschnett)
- Make AnyPlatform match any platform (#460) (@eschnett)
- Support GCC 15.2.0 (#461) (@eschnett)
- Products.jl: Improve error message (#462) (@eschnett)
- Teach fake xcrun to also accept -sdk (#464) (@fingolfin)
- Release v1.43.0 (#465) (@giordano)
v1.42.0
BinaryBuilderBase v1.42.0
Merged pull requests:
v1.41.0
v1.40.0
BinaryBuilderBase v1.40.0
Merged pull requests:
- use
julia_versionPkg.addkwarg 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 argumenterrors (#389)
v1.39.1
v1.39.0
BinaryBuilderBase v1.39.0
Merged pull requests:
v1.38.0
BinaryBuilderBase v1.38.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_microarchitectureto theaswrapper (#430) (@giordano)
v1.37.0
BinaryBuilderBase v1.37.0
v1.36.0
BinaryBuilderBase v1.36.0
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)