Commit 641bc54
fix(ci): fix release builds for linux-aarch64 and windows-x86_64
linux-aarch64: Install protoc v25.1 binary in Cross.toml pre-build
(apt protobuf-compiler is too old for proto3 optional labels). Pass
PROTOC env var through to cross container.
windows-x86_64: Set CFLAGS=/MD and CXXFLAGS=/MD to force dynamic CRT
linkage for all C/C++ dependencies. Fixes LNK2038 mismatch between
esaxx-rs (/MT static) and cxx (/MD dynamic).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent cd5a6e4 commit 641bc54
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
| 119 | + | |
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments