You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix OpenSSL dependency issues for ARM64 builds in GitHub Actions
- Add ARM64 architecture support with dpkg --add-architecture arm64
- Install libssl-dev:arm64 for OpenSSL development headers
- Configure PKG_CONFIG_ALLOW_CROSS=1 for cross-compilation
- Set PKG_CONFIG_PATH to ARM64 library location
- Add pkg-config package to toolchain dependencies
Resolves build failures when cross-compiling to aarch64-unknown-linux-gnu
target due to missing OpenSSL libraries and improper pkg-config setup.
0 commit comments