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:
parent
642472c548
commit
5dc87b282e
3 changed files with 23 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
fn main() {
|
||||
println!("Hello from krust example!");
|
||||
println!("This is running inside a container built with krust.");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue