Commit a639b2e
committed
fix(rivetkit-napi): vendor openssl on all linux targets
The prior arm64-gnu-only scope still left linux-x64-gnu dynamically linked
to libssl.so.1.1 from the bullseye builder base, breaking consumers on
Debian 12+ / Ubuntu 22.04+ / any host without OpenSSL 1.1. Widen to all
linux targets so the .node has no runtime libssl dependency.1 parent 3823a5f commit a639b2e
2 files changed
Lines changed: 20 additions & 5 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 | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
0 commit comments