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
33
33
# we only configure a nightly toolchain
34
34
common --@rules_rust//rust/toolchain/channel=nightly
35
35
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
-
40
36
# 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
41
37
common --incompatible_autoload_externally="+@rules_java,+@rules_shell"
42
38
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ local_path_override(
14
14
15
15
# see https://registry.bazel.build/ for a list of available packages
16
16
17
- bazel_dep (name = "platforms" , version = "0 .0.11 " )
17
+ bazel_dep (name = "platforms" , version = "1 .0.0 " )
18
18
bazel_dep (name = "rules_go" , version = "0.56.1" )
19
19
bazel_dep (name = "rules_pkg" , version = "1.0.1" )
20
20
bazel_dep (name = "rules_nodejs" , version = "6.2.0-codeql.1" )
You can’t perform that action at this time.
0 commit comments