Skip to content

Commit e20c8e1

Browse files
authored
Merge pull request #20250 from github/redsun82/redsun82/no-lld
Bazel: do not force `lld` and fix `platforms` warning
2 parents 3134c0a + d6f845e commit e20c8e1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.bazelrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ common --@rules_dotnet//dotnet/settings:strict_deps=false
3333
# we only configure a nightly toolchain
3434
common --@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
4137
common --incompatible_autoload_externally="+@rules_java,+@rules_shell"
4238

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")
1818
bazel_dep(name = "rules_go", version = "0.56.1")
1919
bazel_dep(name = "rules_pkg", version = "1.0.1")
2020
bazel_dep(name = "rules_nodejs", version = "6.2.0-codeql.1")

0 commit comments

Comments
 (0)