Skip to content

Commit 5727b85

Browse files
Bazel Release Systemfweikert
Bazel Release System
authored andcommitted
Release 7.0.0-pre.20230316.2 (2023-03-27)
Baseline: 8b68efe Cherry picks: + 8a23169: Automated rollback of commit 08d3187. Incompatible changes: - Bazel's local CPU resource on Linux is now container aware. Use `--local_cpu_resources`, `--loading_phase_threads` or `--jobs` to override. - `copy_from_rule` is exec_groups is deprecated (bazelbuild#17668). - --legacy_bazel_java_test is now a no-op - --legacy_bazel_java_test is now a no-op Important changes: - making --incompatible_use_platforms_repo_for_constraints do nothing. Using constraints from @bazel_tools//platforms with or without the flag will throw error with message "Constraints from @bazel_tools//platforms have been removed. Please use constraints from @platforms repository embedded in Bazel, or preferably declare dependency on https://github.com/bazelbuild/platforms" - Fixed an issue where WORKSPACE and WORKSPACE-loaded .bzl files couldn't see the Bzlmod root module's mappings when Bzlmod is enabled. - Subsequent settings of --extra_execution_platforms now override previous settings, instead of adding them to a list. If you currently set --extra_execution_platforms more than once, please migrate by passing a list of values to --extra_execution_platforms instead so that earlier values aren't overwritten. - @bazel_tools//config:common_settings.bzl has been removed. Use @bazel_skylib//rules:common_settings.bzl instead. - cc_shared_library is no longer experimental, see bazelbuild#16709 for details This release contains contributions from many people at Google, as well as Adam Lavin, Andy Hamon, Benjamin Peterson, Ezekiel Warren, Fabian Meumertzheim, Julio Merino, Keith Smiley, redwrasse, Sagar Pathare, something_vague, Yannic Bonenberger.
1 parent 05ca080 commit 5727b85

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
## Release 7.0.0-pre.20230316.2 (2023-03-27)
2+
3+
```
4+
Baseline: 8b68efeea23fdcd734bcb1f4bbd6754f11108405
5+
6+
Cherry picks:
7+
8+
+ 8a23169311142f49ceef076eb02e06f030e275ed:
9+
Automated rollback of commit
10+
08d31877bd5c1500e3ca67f47bcd3b79b4af226d.
11+
```
12+
13+
Incompatible changes:
14+
15+
- Bazel's local CPU resource on Linux is now container aware. Use
16+
`--local_cpu_resources`, `--loading_phase_threads` or `--jobs` to
17+
override.
18+
- `copy_from_rule` is exec_groups is deprecated
19+
(https://github.com/bazelbuild/bazel/issues/17668).
20+
- --legacy_bazel_java_test is now a no-op
21+
- --legacy_bazel_java_test is now a no-op
22+
23+
Important changes:
24+
25+
- making --incompatible_use_platforms_repo_for_constraints do
26+
nothing. Using constraints from @bazel_tools//platforms with or
27+
without the flag will throw error with message "Constraints from
28+
@bazel_tools//platforms have been removed. Please use constraints
29+
from @platforms repository embedded in Bazel, or preferably
30+
declare dependency on https://github.com/bazelbuild/platforms"
31+
- Fixed an issue where WORKSPACE and WORKSPACE-loaded .bzl files
32+
couldn't see the Bzlmod root module's mappings when Bzlmod is
33+
enabled.
34+
- Subsequent settings of --extra_execution_platforms now override
35+
previous settings, instead of adding them to a list. If you
36+
currently set --extra_execution_platforms more than once, please
37+
migrate by passing a list of values to
38+
--extra_execution_platforms instead so that earlier values aren't
39+
overwritten.
40+
- @bazel_tools//config:common_settings.bzl has been removed.
41+
Use @bazel_skylib//rules:common_settings.bzl instead.
42+
- cc_shared_library is no longer experimental, see
43+
https://github.com/bazelbuild/bazel/issues/16709 for details
44+
45+
This release contains contributions from many people at Google, as well as Adam Lavin, Andy Hamon, Benjamin Peterson, Ezekiel Warren, Fabian Meumertzheim, Julio Merino, Keith Smiley, redwrasse, Sagar Pathare, something_vague, Yannic Bonenberger.
46+
147
## Release 7.0.0-pre.20230306.4 (2023-03-17)
248

349
```

0 commit comments

Comments
 (0)