版本发布 8
## BinaryBuilderBase v1.42.0 [Diff since v1.41.0](https://github.com/JuliaPackaging/BinaryBuilderBase.jl/compare/v1.41.0...v1.42.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)
## BinaryBuilderBase v1.40.0 [Diff since v1.39.1](https://github.com/JuliaPackaging/BinaryBuilderBase.jl/compare/v1.39.1...v1.40.0) **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)
## BinaryBuilderBase v1.37.0 [Diff since v1.36.0](https://github.com/JuliaPackaging/BinaryBuilderBase.jl/compare/v1.36.0...v1.37.0)
## BinaryBuilderBase v1.36.0 [Diff since v1.35.2](https://github.com/JuliaPackaging/BinaryBuilderBase.jl/compare/v1.35.2...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)
## BinaryBuilderBase v1.35.2 [Diff since v1.35.1](https://github.com/JuliaPackaging/BinaryBuilderBase.jl/compare/v1.35.1...v1.35.2) **Merged pull requests:** - [Runner] Prevent `CCACHE` env var from affecting compiler wrappers (#406) (@giordano) - [Runner] Work around wrong path of compiler libraries for riscv64. Again (#407) (@giordano) - [Runner] Add new dir to headers search path on aarch64-freebsd (#408) (@giordano) - [Sources] Improve regex to match GitHub-generated archives (#409) (@giordano) - [Runner] Move some functions outside of giant `generate_compiler_wrappers!` (#410) (@giordano)
## BinaryBuilderBase v1.35.0 [Diff since v1.34.2](https://github.com/JuliaPackaging/BinaryBuilderBase.jl/compare/v1.34.2...v1.35.0) **Merged pull requests:** - [Runner] Work around wrong path of compiler libraries for riscv64 (#402) (@giordano) - [Rootfs] Add GCC 14.2 and make it default for riscv64 (#403) (@giordano) **Closed issues:** - Provide GCC 14 (#398)
## BinaryBuilderBase v1.34.2 [Diff since v1.34.1](https://github.com/JuliaPackaging/BinaryBuilderBase.jl/compare/v1.34.1...v1.34.2) **Merged pull requests:** - [RootFS] Use GCC 13+ for riscv64 (#401) (@giordano)
## BinaryBuilderBase v1.34.1 [Diff since v1.34.0](https://github.com/JuliaPackaging/BinaryBuilderBase.jl/compare/v1.34.0...v1.34.1)