Commit d81c0a3
fix(sync-linguist): use rustls-tls instead of OpenSSL for pure Rust build
Replace openssl-sys with pure Rust rustls-tls backend for reqwest.
This allows sync-linguist binary to build without system OpenSSL libraries,
enabling it to work in CI/CD environments without nix develop.
- Changed reqwest to use rustls-tls feature
- Disabled default-tls (OpenSSL) feature
- Resolves CI/CD build failures for sync-linguist binary
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5450e16 commit d81c0a3
2 files changed
Lines changed: 82 additions & 130 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 | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
0 commit comments