Skip to content

Commit 7ce3cb0

Browse files
Bazel Release Systemcarmenchui
authored andcommitted
Release 9.0.0-pre.20250730.2 (2025-08-07)
Baseline: b4216ef Cherry picks: + bbfb288: Fix 9aa7583e97bffb17d2a6f4 8aecefa932e8064daa performance regression. Important changes: - Tool paths specified in `cc_toolchain` action configs are now normalized based on the current execution platform's OS rather than the host OS. In particular, Windows-style absolute paths are now treated as absolute paths when building on a Windows executor from a non-Windows host. This release contains contributions from many people at Google, as well as Austin Schuh, Benjamin Peterson, Ed Schouten, Fabian Meumertzheim, George Gensure, Mike Lundy, Wade Carpenter.
1 parent b2eedf2 commit 7ce3cb0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## Release 9.0.0-pre.20250730.2 (2025-08-07)
2+
3+
```
4+
Baseline: b4216efd8c13c564e92115dae25dd6620423bac1
5+
6+
Cherry picks:
7+
8+
+ bbfb288a7b24bff645c62fa2bf3521d1de293cb1:
9+
Fix
10+
https://github.com/bazelbuild/bazel/commit/9aa7583e97bffb17d2a6f4
11+
8aecefa932e8064daa performance regression.
12+
```
13+
14+
Important changes:
15+
16+
- Tool paths specified in `cc_toolchain` action configs are now
17+
normalized based on the current execution platform's OS rather
18+
than the host OS. In particular, Windows-style absolute paths are
19+
now treated as absolute paths when building on a Windows executor
20+
from a non-Windows host.
21+
22+
This release contains contributions from many people at Google, as well as Austin Schuh, Benjamin Peterson, Ed Schouten, Fabian Meumertzheim, George Gensure, Mike Lundy, Wade Carpenter.
23+
124
## Release 9.0.0-pre.20250721.4 (2025-07-31)
225

326
```

0 commit comments

Comments
 (0)