6.5.0rc2
Pre-release
Pre-release
Note
If you are looking for rolling releases, please visit this page.
General
- Fix tree file materialized as symlink to another file when building without the bytes. (#20409)
- Fix bootstrapped Bazel binary (#20804)
- Ignore read-only errors when updating the
mtime
of theinstall_base
(#20568)
C++ / Objective-C
- Fix versioned shared libraries for macOS toolchain (#20847)
Configurability
- Flip
--incompatible_visibility_private_attributes_at_definition
(#20520) - Implemented --incompatible_enable_proto_toolchain_resolution (#20925)
External Dependencies
- Fix extraction of tar archives containing sparse files. (#20531)
- Restart at most once when prepopulating repository rule environment (#20667)
Java
- Don't pass
--add-opens=
to javac (#20472)
Remote Execution
- RemoteSpawnRunner: record inbetween phases in timing profile (#20550)
- Add profiling to
remoteActionBuildingSemaphore.acquire()
(#20549) - Add flag
experimental_throttle_remote_action_building
(#20861)
Starlark / Build API
- Various methods and fields related to labels and repos are deprecated in favor of new options with clearer naming and intent. The deprecated APIs can be disabled by setting
--noincompatible_enable_deprecated_label_apis
. (#20590)native.repository_name()
is deprecated in favor of the newnative.repo_name()
.Label.workspace_name
is deprecated in favor of the newLabel.repo_name
.Label.relative()
is deprecated in favor of the newLabel.same_package_label()
alongside the existingnative.package_relative_label()
andLabel()
.