1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00
krust/.cargo/config.toml
Jason Hall 9d40a2683d
Comment out failing e2e test for now, save progress
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-06-08 20:25:15 -04:00

5 lines
139 B
TOML

[target.x86_64-unknown-linux-musl]
linker = "x86_64-linux-musl-gcc"
[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc"