mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-09 19:31:11 +01:00
38caf8e5b7
* Initial QUIC work * Update Yggdrasil demo * Make sure that the federation sender knows how many pending events are in the database when the worker starts * QUIC tunables * pprof * Don't spin * Set build info for Yggdrasil
6 lines
No EOL
188 B
Bash
6 lines
No EOL
188 B
Bash
#!/bin/sh
|
|
|
|
gomobile bind -v \
|
|
-ldflags "-X github.com/yggdrasil-network/yggdrasil-go/src/version.buildName=dendrite" \
|
|
-target ios \
|
|
github.com/matrix-org/dendrite/build/gobind |