Commit 9dac896
fix(ci): Disable musl targets that exceed 6-hour timeout
Cross-compilation for musl targets (x86_64-unknown-linux-musl and
aarch64-unknown-linux-musl) takes over 6 hours due to needing to
compile LLVM/clang from scratch in the cross Docker container.
This disables musl targets for now. To re-enable, we need:
- Pre-built Docker images with clang-14 already installed
- Or use cross's custom Dockerfile feature
All other targets now build successfully:
- Linux glibc (x86_64, aarch64)
- macOS (x86_64, aarch64)
- Windows (x86_64, aarch64)
- Docker image
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b0e0cf4 commit 9dac896
1 file changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
78 | | - | |
79 | | - | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
0 commit comments