kitgit

tirbofish/dropbear · diff

7b820c2 · Thribhu K

ci: fix build jarvis, run github actions

Unverified

diff --git a/.cargo/config.toml b/.cargo/config.toml
index 9a626e4..00d1e99 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -1,8 +1,6 @@
-[target.x86_64-pc-windows-msvc]
-rustflags = ["-C", "target-feature=+crt-static", "-C", "prefer-dynamic", "-C", "link-arg=-fuse-ld=mold"]
-
-[target.'cfg(target_os = "macos")']
+[target.x86_64-unknown-linux-gnu]
+linker = "clang"
 rustflags = ["-C", "link-arg=-fuse-ld=mold"]
 
-[target.'cfg(target_os = "linux")']
+[target.x86_64-pc-windows-msvc]
 rustflags = ["-C", "link-arg=-fuse-ld=mold"]
\ No newline at end of file