1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00
krust/.cargo
Jason Hall 45ba88984d
Fix CI: Update cargo config to use correct linker names
The CI was failing because the .cargo/config.toml specified linker
names that don't match what's available in Ubuntu's musl-tools and
gcc-aarch64-linux-gnu packages.

- Changed x86_64-unknown-linux-musl-gcc to x86_64-linux-musl-gcc
- Changed aarch64-unknown-linux-musl-gcc to aarch64-linux-gnu-gcc

These are the actual binary names provided by the Ubuntu packages
installed in CI.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 22:36:20 -04:00
..
config.toml Fix CI: Update cargo config to use correct linker names 2025-06-07 22:36:20 -04:00