1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00

Fix cross-compilation toolchain installation for all platforms

- macOS: Use messense/macos-cross-toolchains tap for musl toolchain
- Windows: Fix PowerShell syntax for creating cargo config
- Add verification step to check musl target installation
- Update builder to try platform-specific linker names
- Fix YAML syntax error in Windows config generation

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jason Hall 2025-06-07 21:22:32 -04:00
parent 642472c548
commit 5dc87b282e
Failed to extract signature
3 changed files with 23 additions and 8 deletions

View file

@ -1,4 +1,4 @@
fn main() {
println!("Hello from krust example!");
println!("This is running inside a container built with krust.");
}
}