Commit fcc942e
fix(ci): add Cross.toml to install protoc in cross Docker containers
After the cargo clean fix resolved the GLIBC mismatch, cross builds now
compile from scratch inside Docker containers which lack protobuf-compiler.
Add Cross.toml with pre-build hooks for aarch64-unknown-linux-gnu and
x86_64-unknown-linux-musl targets to install protoc before building.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5300518 commit fcc942e
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments