Skip to content

Commit 8a02e62

Browse files
committed
Bazel: Upgrade to bazel 8.
1 parent d0f978d commit 8a02e62

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.bazelrc

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
common --enable_platform_specific_config
2-
common --enable_bzlmod
32
# because we use --override_module with `%workspace%`, the lock file is not stable
43
common --lockfile_mode=off
54

@@ -25,6 +24,5 @@ common --registry=https://bcr.bazel.build
2524

2625
common --@rules_dotnet//dotnet/settings:strict_deps=false
2726
common --experimental_isolated_extension_usages
28-
common --incompatible_use_plus_in_repo_names
2927

3028
try-import %workspace%/local.bazelrc

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5f5d70b6c4d2fb1a889479569107f1692239e8a7
1+
8.0.0rc1

MODULE.bazel

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ bazel_dep(name = "platforms", version = "0.0.10")
1818
bazel_dep(name = "rules_go", version = "0.50.0")
1919
bazel_dep(name = "rules_pkg", version = "1.0.1")
2020
bazel_dep(name = "rules_nodejs", version = "6.2.0-codeql.1")
21-
bazel_dep(name = "rules_python", version = "0.35.0")
22-
bazel_dep(name = "bazel_skylib", version = "1.6.1")
21+
bazel_dep(name = "rules_python", version = "0.36.0")
22+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
2323
bazel_dep(name = "abseil-cpp", version = "20240116.0", repo_name = "absl")
2424
bazel_dep(name = "nlohmann_json", version = "3.11.3", repo_name = "json")
2525
bazel_dep(name = "fmt", version = "10.0.0")
2626
bazel_dep(name = "rules_kotlin", version = "2.0.0-codeql.1")
2727
bazel_dep(name = "gazelle", version = "0.38.0")
28-
bazel_dep(name = "rules_dotnet", version = "0.15.1")
28+
bazel_dep(name = "rules_dotnet", version = "0.16.1")
2929
bazel_dep(name = "googletest", version = "1.14.0.bcr.1")
3030
bazel_dep(name = "rules_rust", version = "0.52.2")
3131

WORKSPACE.bazel

-2
This file was deleted.

0 commit comments

Comments
 (0)