Commit ed1a7eb
committed
fix(release): resolve OpenSSL build issues for musl target
- Add OPENSSL_STATIC=1 and OPENSSL_VENDORED=1 environment variables for musl builds
- This enables static linking and vendored OpenSSL compilation for x86_64-unknown-linux-musl
- Install musl-dev package for additional development headers
- Fixes release workflow failure with OpenSSL compilation errors
This resolves the error: 'Could not find directory of OpenSSL installation'
when building for musl targets in GitHub Actions release workflow.1 parent d289b6c commit ed1a7eb
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
169 | 171 | | |
170 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
171 | 176 | | |
172 | 177 | | |
173 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
174 | 182 | | |
175 | 183 | | |
176 | 184 | | |
| |||
0 commit comments