Fix: Remove mold linker from cargo config
Some checks failed
BotServer CI / build (push) Failing after 17m29s
Some checks failed
BotServer CI / build (push) Failing after 17m29s
Mold linker is not available on the system and was causing build failures. Removed rustflags setting to use default lld linker instead.
This commit is contained in:
parent
7da1442c91
commit
5cedd9c379
1 changed files with 0 additions and 1 deletions
|
|
@ -3,4 +3,3 @@ rustc-wrapper = "sccache"
|
||||||
|
|
||||||
[target.x86_64-unknown-linux-gnu]
|
[target.x86_64-unknown-linux-gnu]
|
||||||
linker = "clang"
|
linker = "clang"
|
||||||
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue