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.
5 lines
86 B
TOML
5 lines
86 B
TOML
[build]
|
|
rustc-wrapper = "sccache"
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
linker = "clang"
|