Commit fd14b29
Paul C
fix(ci): drop OpenSSL — reqwest uses rustls so musl cross builds succeed
The aarch64 (and x86_64) musl release build failed because openssl-sys couldn't
find OpenSSL in the cross image. reqwest's default native-tls backend was the
only thing pulling it. Switching reqwest to rustls-tls removes openssl-sys from
the dependency graph entirely (verified via cargo tree), keeping the binary
fully static and cross-compilable.1 parent 5180a4a commit fd14b29
2 files changed
Lines changed: 56 additions & 123 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments