Skip to content

Commit dc1b5bd

Browse files
committed
ci: fix compilation with rustc nightly
1 parent d41c67f commit dc1b5bd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ jobs:
4545
rust: nightly
4646
target: x86_64-unknown-linux-gnu
4747
args: "--features=magic-module,rules-profiling"
48-
# Link is currently failing with rust-lld (rust-lang/rust#124129)
49-
# Disable rust-lld with -Zlinker-features=-lld
50-
# See: https://github.com/dtolnay/linkme/commit/d13709bfd2c1278b4c8b6c846e2017b623923c0c
51-
rust_flags: "-Awarnings -Zlinker-features=-lld"
48+
rust_flags: "-Awarnings"
5249
experimental: true
5350

5451
- build: macos

0 commit comments

Comments
 (0)