Skip to content

Commit 4301846

Browse files
authored
Revert "Pin Bazel version to 7.4.1 (#3076)" (#3077)
This reverts commit bd37938 (#3076). closes #3150
1 parent 14b2965 commit 4301846

File tree

56 files changed

+6351
-958
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+6351
-958
lines changed

.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

.bcr/extensions/bindgen/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bcr_test_module:
66
- "ubuntu2004"
77
# # TODO: https://github.com/bazelbuild/rules_rust/issues/2009
88
# - "windows"
9-
bazel: ["7.x"]
9+
bazel: ["7.x", "8.x"]
1010
tasks:
1111
run_tests:
1212
name: "Run test module"

.bcr/extensions/mdbook/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bcr_test_module:
22
module_path: ""
33
matrix:
44
platform: ["macos_arm64", "ubuntu2004", "windows"]
5-
bazel: ["7.x"]
5+
bazel: ["7.x", "8.x"]
66
tasks:
77
run_tests:
88
name: "Run test module"

.bcr/extensions/prost/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bcr_test_module:
22
module_path: ""
33
matrix:
44
platform: ["macos_arm64", "ubuntu2004", "windows"]
5-
bazel: ["7.x"]
5+
bazel: ["7.x", "8.x"]
66
tasks:
77
run_tests:
88
name: "Run test module"

.bcr/extensions/protobuf/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bcr_test_module:
22
module_path: ""
33
matrix:
44
platform: ["macos_arm64", "ubuntu2004", "windows"]
5-
bazel: ["7.x"]
5+
bazel: ["7.x", "8.x"]
66
tasks:
77
run_tests:
88
name: "Run test module"

.bcr/extensions/wasm_bindgen/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bcr_test_module:
22
module_path: ""
33
matrix:
44
platform: ["macos_arm64", "ubuntu2004", "windows"]
5-
bazel: ["7.x"]
5+
bazel: ["7.x", "8.x"]
66
tasks:
77
run_tests:
88
name: "Run test module"

.bcr/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bcr_test_module:
22
module_path: ""
33
matrix:
44
platform: ["macos_arm64", "ubuntu2004"]
5-
bazel: ["7.x"]
5+
bazel: ["7.x", "8.x"]
66
tasks:
77
run_tests:
88
working_directory: examples/hello_world
@@ -21,7 +21,7 @@ bcr_test_module:
2121
bcr_test_module_windows:
2222
module_path: ""
2323
matrix:
24-
bazel: ["7.x"]
24+
bazel: ["7.x", "8.x"]
2525
tasks:
2626
run_tests:
2727
working_directory: examples/hello_world

docs/.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/all_crate_deps/.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/all_deps_vendor/.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/android/.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/bazel_env/.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/compile_opt/.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/crate_universe/.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/crate_universe/alias_rule/cargo-bazel-lock_global_alias_annotation_none.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "037f14edae1f7a4446070738cf598468391c075a374e73a8b59659422a52f217",
2+
"checksum": "bd90d955bdf1d6179d17e03bed1ee31c230f203539fc0f383b731949682d153f",
33
"crates": {
44
"direct-cargo-bazel-deps 0.0.1": {
55
"name": "direct-cargo-bazel-deps",
@@ -29,7 +29,13 @@
2929
"common": [
3030
{
3131
"id": "test_data_passing_crate 0.1.0",
32-
"target": "test_data_passing_crate"
32+
"target": "test_data_passing_crate",
33+
"source_annotation": {
34+
"Http": {
35+
"url": "https://static.crates.io/crates/test_data_passing_crate/0.1.0/download",
36+
"sha256": "08c67aba3a29c3dc187eaf8080107404abfaee1ae893a02c43a362343ca73286"
37+
}
38+
}
3339
}
3440
],
3541
"selects": {}
@@ -86,7 +92,13 @@
8692
"common": [
8793
{
8894
"id": "test_data_passing_crate 0.1.0",
89-
"target": "build_script_build"
95+
"target": "build_script_build",
96+
"source_annotation": {
97+
"Http": {
98+
"url": "https://static.crates.io/crates/test_data_passing_crate/0.1.0/download",
99+
"sha256": "08c67aba3a29c3dc187eaf8080107404abfaee1ae893a02c43a362343ca73286"
100+
}
101+
}
90102
}
91103
],
92104
"selects": {}

examples/crate_universe/alias_rule/cargo-bazel-lock_global_alias_annotation_opt.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "3f5a7f7bd807041686101d54300afa2f313327b6ce0aeaa6624bc481a4172c54",
2+
"checksum": "185b85996af206151d0ac61700bbd27a5c6ba56e10d2bdeedeb229ec2d3620dc",
33
"crates": {
44
"direct-cargo-bazel-deps 0.0.1": {
55
"name": "direct-cargo-bazel-deps",
@@ -29,7 +29,13 @@
2929
"common": [
3030
{
3131
"id": "test_data_passing_crate 0.1.0",
32-
"target": "test_data_passing_crate"
32+
"target": "test_data_passing_crate",
33+
"source_annotation": {
34+
"Http": {
35+
"url": "https://static.crates.io/crates/test_data_passing_crate/0.1.0/download",
36+
"sha256": "08c67aba3a29c3dc187eaf8080107404abfaee1ae893a02c43a362343ca73286"
37+
}
38+
}
3339
}
3440
],
3541
"selects": {}
@@ -86,7 +92,13 @@
8692
"common": [
8793
{
8894
"id": "test_data_passing_crate 0.1.0",
89-
"target": "build_script_build"
95+
"target": "build_script_build",
96+
"source_annotation": {
97+
"Http": {
98+
"url": "https://static.crates.io/crates/test_data_passing_crate/0.1.0/download",
99+
"sha256": "08c67aba3a29c3dc187eaf8080107404abfaee1ae893a02c43a362343ca73286"
100+
}
101+
}
90102
}
91103
],
92104
"selects": {}

examples/crate_universe/alias_rule/cargo-bazel-lock_global_custom_annotation_none.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "0b77e67a5eece32def068b0134ff8c5c96af2e6126863c816991d82402c79167",
2+
"checksum": "4c18272a8dc6d1bc60827cc21b7b36418ce31b319d36280ceea4ae781a9228fc",
33
"crates": {
44
"direct-cargo-bazel-deps 0.0.1": {
55
"name": "direct-cargo-bazel-deps",
@@ -29,7 +29,13 @@
2929
"common": [
3030
{
3131
"id": "test_data_passing_crate 0.1.0",
32-
"target": "test_data_passing_crate"
32+
"target": "test_data_passing_crate",
33+
"source_annotation": {
34+
"Http": {
35+
"url": "https://static.crates.io/crates/test_data_passing_crate/0.1.0/download",
36+
"sha256": "08c67aba3a29c3dc187eaf8080107404abfaee1ae893a02c43a362343ca73286"
37+
}
38+
}
3339
}
3440
],
3541
"selects": {}
@@ -86,7 +92,13 @@
8692
"common": [
8793
{
8894
"id": "test_data_passing_crate 0.1.0",
89-
"target": "build_script_build"
95+
"target": "build_script_build",
96+
"source_annotation": {
97+
"Http": {
98+
"url": "https://static.crates.io/crates/test_data_passing_crate/0.1.0/download",
99+
"sha256": "08c67aba3a29c3dc187eaf8080107404abfaee1ae893a02c43a362343ca73286"
100+
}
101+
}
90102
}
91103
],
92104
"selects": {}

examples/crate_universe/alias_rule/cargo-bazel-lock_global_dbg_annotation_fastbuild.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "cd3f07e4c7ea5420d2c1d8d2e2fa9dc3de5f38b0b0b4665273f12fbe3787b779",
2+
"checksum": "5f88c0ea36c3f51f9d60943927b89fd8d801bccac2a62bea1a4130614e63120d",
33
"crates": {
44
"direct-cargo-bazel-deps 0.0.1": {
55
"name": "direct-cargo-bazel-deps",
@@ -29,7 +29,13 @@
2929
"common": [
3030
{
3131
"id": "test_data_passing_crate 0.1.0",
32-
"target": "test_data_passing_crate"
32+
"target": "test_data_passing_crate",
33+
"source_annotation": {
34+
"Http": {
35+
"url": "https://static.crates.io/crates/test_data_passing_crate/0.1.0/download",
36+
"sha256": "08c67aba3a29c3dc187eaf8080107404abfaee1ae893a02c43a362343ca73286"
37+
}
38+
}
3339
}
3440
],
3541
"selects": {}
@@ -86,7 +92,13 @@
8692
"common": [
8793
{
8894
"id": "test_data_passing_crate 0.1.0",
89-
"target": "build_script_build"
95+
"target": "build_script_build",
96+
"source_annotation": {
97+
"Http": {
98+
"url": "https://static.crates.io/crates/test_data_passing_crate/0.1.0/download",
99+
"sha256": "08c67aba3a29c3dc187eaf8080107404abfaee1ae893a02c43a362343ca73286"
100+
}
101+
}
90102
}
91103
],
92104
"selects": {}

examples/crate_universe/alias_rule/cargo-bazel-lock_global_opt_annotation_alias.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "8d43e0892ade141d7e11a4cf4f6244da5ad400210e2872459180fd419a0b4194",
2+
"checksum": "0974d5fb4df28b44f4d10289940c4d9218e32685cd9b873144c7faf6985acb60",
33
"crates": {
44
"direct-cargo-bazel-deps 0.0.1": {
55
"name": "direct-cargo-bazel-deps",
@@ -29,7 +29,13 @@
2929
"common": [
3030
{
3131
"id": "test_data_passing_crate 0.1.0",
32-
"target": "test_data_passing_crate"
32+
"target": "test_data_passing_crate",
33+
"source_annotation": {
34+
"Http": {
35+
"url": "https://static.crates.io/crates/test_data_passing_crate/0.1.0/download",
36+
"sha256": "08c67aba3a29c3dc187eaf8080107404abfaee1ae893a02c43a362343ca73286"
37+
}
38+
}
3339
}
3440
],
3541
"selects": {}
@@ -86,7 +92,13 @@
8692
"common": [
8793
{
8894
"id": "test_data_passing_crate 0.1.0",
89-
"target": "build_script_build"
95+
"target": "build_script_build",
96+
"source_annotation": {
97+
"Http": {
98+
"url": "https://static.crates.io/crates/test_data_passing_crate/0.1.0/download",
99+
"sha256": "08c67aba3a29c3dc187eaf8080107404abfaee1ae893a02c43a362343ca73286"
100+
}
101+
}
90102
}
91103
],
92104
"selects": {}

examples/crate_universe/alias_rule/cargo-bazel-lock_global_opt_annotation_dbg.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "35a2ebb995f43d9121ace1309759570e16956fc036bf8ce7e005e8c3c97e4b00",
2+
"checksum": "5f686a4e4ca0dcbb5d177b82e5221e850ef7786b48ee16fb8b67751016005977",
33
"crates": {
44
"direct-cargo-bazel-deps 0.0.1": {
55
"name": "direct-cargo-bazel-deps",
@@ -29,7 +29,13 @@
2929
"common": [
3030
{
3131
"id": "test_data_passing_crate 0.1.0",
32-
"target": "test_data_passing_crate"
32+
"target": "test_data_passing_crate",
33+
"source_annotation": {
34+
"Http": {
35+
"url": "https://static.crates.io/crates/test_data_passing_crate/0.1.0/download",
36+
"sha256": "08c67aba3a29c3dc187eaf8080107404abfaee1ae893a02c43a362343ca73286"
37+
}
38+
}
3339
}
3440
],
3541
"selects": {}
@@ -86,7 +92,13 @@
8692
"common": [
8793
{
8894
"id": "test_data_passing_crate 0.1.0",
89-
"target": "build_script_build"
95+
"target": "build_script_build",
96+
"source_annotation": {
97+
"Http": {
98+
"url": "https://static.crates.io/crates/test_data_passing_crate/0.1.0/download",
99+
"sha256": "08c67aba3a29c3dc187eaf8080107404abfaee1ae893a02c43a362343ca73286"
100+
}
101+
}
90102
}
91103
],
92104
"selects": {}

examples/crate_universe/alias_rule/cargo-bazel-lock_global_opt_annotation_none.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "679f4b0d1d172cef9f51c90df2f5cb012152db248a206f54a43c1dd05008d4ac",
2+
"checksum": "6bf9f07ac2ed221ea4aa6beb34ad74e548e16c33fc1ff98ec20a0c69740dbe9b",
33
"crates": {
44
"direct-cargo-bazel-deps 0.0.1": {
55
"name": "direct-cargo-bazel-deps",
@@ -29,7 +29,13 @@
2929
"common": [
3030
{
3131
"id": "test_data_passing_crate 0.1.0",
32-
"target": "test_data_passing_crate"
32+
"target": "test_data_passing_crate",
33+
"source_annotation": {
34+
"Http": {
35+
"url": "https://static.crates.io/crates/test_data_passing_crate/0.1.0/download",
36+
"sha256": "08c67aba3a29c3dc187eaf8080107404abfaee1ae893a02c43a362343ca73286"
37+
}
38+
}
3339
}
3440
],
3541
"selects": {}
@@ -86,7 +92,13 @@
8692
"common": [
8793
{
8894
"id": "test_data_passing_crate 0.1.0",
89-
"target": "build_script_build"
95+
"target": "build_script_build",
96+
"source_annotation": {
97+
"Http": {
98+
"url": "https://static.crates.io/crates/test_data_passing_crate/0.1.0/download",
99+
"sha256": "08c67aba3a29c3dc187eaf8080107404abfaee1ae893a02c43a362343ca73286"
100+
}
101+
}
90102
}
91103
],
92104
"selects": {}

0 commit comments

Comments
 (0)