File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ common --@rules_dotnet//dotnet/settings:strict_deps=false
3333# we only configure a nightly toolchain
3434common --@rules_rust//rust/toolchain/channel=nightly
3535
36- # rust does not like the gold linker, while bazel does by default, so let's avoid using it
37- common:linux --linkopt=-fuse-ld=lld
38- common:macos --linkopt=-fuse-ld=lld
39-
4036# 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
4137common --incompatible_autoload_externally="+@rules_java,+@rules_shell"
4238
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ local_path_override(
1414
1515# see https://registry.bazel.build/ for a list of available packages
1616
17- bazel_dep (name = "platforms" , version = "0 .0.11 " )
17+ bazel_dep (name = "platforms" , version = "1 .0.0 " )
1818bazel_dep (name = "rules_go" , version = "0.56.1" )
1919bazel_dep (name = "rules_pkg" , version = "1.0.1" )
2020bazel_dep (name = "rules_nodejs" , version = "6.2.0-codeql.1" )
You can’t perform that action at this time.
0 commit comments