Commit b34107a
committed
fix: switch to rustls and disable git2 https to remove OpenSSL dependency
- Use rustls-tls instead of native-tls for reqwest (pure Rust TLS)
- Disable git2 default features (https/ssh) since only local git ops used
- Enables cross-compilation without needing OpenSSL for target arch
- Revert release workflow back to single macos-latest runner1 parent a70eb7c commit b34107a
2 files changed
Lines changed: 82 additions & 138 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 | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments