Skip to content

run on linux arm64#104

Merged
bshelton merged 13 commits intomasterfrom
arm64-linux
Sep 19, 2025
Merged

run on linux arm64#104
bshelton merged 13 commits intomasterfrom
arm64-linux

Conversation

@bshelton
Copy link
Copy Markdown
Contributor

@bshelton bshelton commented Sep 19, 2025

Switches all crates to reqwest’s rustls backend so ARM64 cross-compiles no longer pull in OpenSSL, drops the library and its vendoring flags from CI/release scripts, and keeps only the cross toolchain bits needed to build Linux ARM64 artifacts.

- Remove non-existent pkg-config-aarch64-linux-gnu package
- Use standard pkg-config and gcc-aarch64-linux-gnu packages
- Install libssl-dev:arm64 for OpenSSL cross-compilation support
- Add second apt-get update after adding ARM64 architecture
- Apply fixes to both CI workflow and release script
- Remove dpkg --add-architecture arm64 which causes 404 errors
- Remove ARM64-specific package installations
- Use OPENSSL_STATIC=1 for static OpenSSL linking instead
- Only install gcc-aarch64-linux-gnu cross-compiler
- Simplified environment variables to reduce failure points
- Replace OPENSSL_STATIC=1 with OPENSSL_VENDORED=1
- Vendored approach builds OpenSSL from source during compilation
- Avoids need for ARM64 OpenSSL development headers
- Should work better for cross-compilation scenarios
- Even vendored OpenSSL builds may need system headers for configuration
- Add libssl-dev installation to both CI and release workflows
- Should provide fallback headers for OpenSSL compilation checks
@bshelton bshelton merged commit c643644 into master Sep 19, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants