Skip to content

Commit a933046

Browse files
authored
Bump bazel version to 8.6.0 for own fix (#47011)
### What does this PR do? Bump `bazel` version from 8.5.1 to 8.6.0 to benefit from a series of improvements and fixes. Ours (bazelbuild/bazel#28367) allows to re-enable "convenience symlinks" for Windows users and makes [`path.realpath`](https://bazel.build/rules/lib/builtins/path#realpath) succeed when sharing a folder between a Linux host and a Windows VM. ### Motivation Selected changes between 8.5.1 and 8.6.0: - 💡 bazelbuild/bazel#28001 - bazelbuild/bazel#28012 - 💡 bazelbuild/bazel#28189 - bazelbuild/bazel#28277 - bazelbuild/bazel#28343 - 🐕 bazelbuild/bazel#28367 - bazelbuild/bazel#28529 - bazelbuild/bazel#28538 - bazelbuild/bazel#28551 - bazelbuild/bazel#28722 Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>
1 parent 436252f commit a933046

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

.bazelrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ common:macos --remote_local_fallback_strategy=sandboxed
4141

4242
# Windows config -------------------------------------------------------------------------------------------------------
4343
common:windows --strategy=standalone # Valid values are: [dynamic_worker, standalone, dynamic, remote, worker, local]
44-
# For whatever reason if convenience symlinks are present, the build fails on Windows.
45-
common:windows --noexperimental_convenience_symlinks
4644
# Neither repo_env nor shell_executable affect action keys. It can be both an advantage and a disadvantage.
4745
# For instance, if we need to have some special behavior in bash we can add it, however, in some cases
4846
# it may lead to cache poisoning.

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.5.1
1+
8.6.0

MODULE.bazel.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)