Commit 9c19dff
committed
fix(ci): install OpenSSL for Linux builds in workflow and cross containers
- Add libssl-dev and pkg-config installation for all Ubuntu jobs
- Add Cross.toml with pre-build hooks to install OpenSSL in cross containers:
- aarch64-unknown-linux-gnu: install libssl-dev:arm64 via dpkg
- aarch64-unknown-linux-musl: install openssl-dev via apk (Alpine)
- Reverts vendored OpenSSL approach in favor of system packages1 parent 097413e commit 9c19dff
2 files changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
55 | 61 | | |
56 | 62 | | |
57 | | - | |
| 63 | + | |
58 | 64 | | |
59 | 65 | | |
60 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments