This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Commit 8fc80c7
fix(build): use rustls for fastembed to unblock release cross-compile
The release workflow failed on cross-compiled targets (aarch64-linux, x86_64-darwin) because fastembed's default features pull hf-hub and ort via native-tls → openssl-sys, which needs local OpenSSL that GitHub cross-compile runners lack.
Switch fastembed to hf-hub-rustls-tls + ort-download-binaries-rustls-tls, removing native-tls from the dep tree. Also fixes workspace repo URL to z23cc/flow-code.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent beb1751 commit 8fc80c7
2 files changed
Lines changed: 100 additions & 42 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 | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| |||
0 commit comments