diff --git a/.bazelrc b/.bazelrc index 54a510f05dc..679eeec77a3 100644 --- a/.bazelrc +++ b/.bazelrc @@ -33,10 +33,6 @@ common --@rules_dotnet//dotnet/settings:strict_deps=false # we only configure a nightly toolchain common --@rules_rust//rust/toolchain/channel=nightly -# rust does not like the gold linker, while bazel does by default, so let's avoid using it -common:linux --linkopt=-fuse-ld=lld -common:macos --linkopt=-fuse-ld=lld - # Reduce this eventually to empty, once we've fixed all our usages of java, and https://github.com/bazel-contrib/rules_go/issues/4193 is fixed common --incompatible_autoload_externally="+@rules_java,+@rules_shell" diff --git a/MODULE.bazel b/MODULE.bazel index 52c07a395b5..5ecf8909c83 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -14,7 +14,7 @@ local_path_override( # see https://registry.bazel.build/ for a list of available packages -bazel_dep(name = "platforms", version = "0.0.11") +bazel_dep(name = "platforms", version = "1.0.0") bazel_dep(name = "rules_go", version = "0.56.1") bazel_dep(name = "rules_pkg", version = "1.0.1") bazel_dep(name = "rules_nodejs", version = "6.2.0-codeql.1")