We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41c67f commit dc1b5bdCopy full SHA for dc1b5bd
.github/workflows/tests.yaml
@@ -45,10 +45,7 @@ jobs:
45
rust: nightly
46
target: x86_64-unknown-linux-gnu
47
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"
+ rust_flags: "-Awarnings"
52
experimental: true
53
54
- build: macos
0 commit comments