Document aarch64-unknown-linux-musl.sh

This commit is contained in:
link2xt
2023-02-22 20:39:46 +00:00
parent b0f77f7a33
commit 880ee63fed
2 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ and an own build machine.
- `run_all.sh` builds Python wheels
- `aarch64-unknown-linux-musl.sh` cross-compiles static `deltachat-rpc-server` for aarch64
## Triggering runs on the build machine locally (fast!)
There is experimental support for triggering a remote Python or Rust test run

View File

@@ -1,4 +1,6 @@
#!/bin/sh
#
# Build statically linked deltachat-rpc-server for aarch64-unknown-linux-musl.
set -x
set -e