Commit 645eb3b
committed
fix(ci): point openssl-src at Strawberry Perl via OPENSSL_SRC_PERL on Windows
#209 仅把 Strawberry Perl 加进 PATH 不足以让 openssl-sys(vendored)用上它:
cargo build script spawn 的裸 perl 仍解析到 Git 自带的 MSYS perl,
缺 Locale::Maketext::Simple,导致 OpenSSL ./Configure 退出码 2、Windows 打包失败。
显式设置 OPENSSL_SRC_PERL 指向 Strawberry perl 绝对路径,与 openssl-src 官方 CI 一致。1 parent a9e580c commit 645eb3b
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
| |||
0 commit comments