Build armv7 deltachat-rpc-server binaries without NDK

This commit is contained in:
link2xt
2023-03-13 21:24:47 +00:00
parent 90d2333818
commit 73e7ee5c13
4 changed files with 37 additions and 23 deletions

View File

@@ -20,7 +20,9 @@ and an own build machine.
- `run_all.sh` builds Python wheels
- `aarch64-unknown-linux-musl.sh` cross-compiles static `deltachat-rpc-server` for aarch64
- `zig-rpc-server.sh` compiles binaries of `deltachat-rpc-server` using Zig toolchain statically linked against musl libc.
- `android-rpc-server.sh` compiles binaries of `deltachat-rpc-server` using Android NDK.
## Triggering runs on the build machine locally (fast!)