cloudflare / cloudflare/boring

CI should test cross-compilation correctly

Open
#62 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
522
Forks
171
PR merge metrics
No merged PRs in 30d

Description

Right now GitHub Actions do not do what they should do. Instead of testing for specified targets, they build tests for the host OS and run them there. When proper targets are used, CI fails to compile the tests for various reasons.

- Android targets need to get Rust code linked with Android linker from Android NDK, not system linker.
- Non-native Linux targets need gcc/clang cross-compilers installed for BoringSSL to compile.
- MinGW target for Windows needs either a cross-compiler on Linux, or some more work on Windows.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.