File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ See also [Complement Crypto](https://github.com/matrix-org/complement-crypto) fo
99
1010## Running
1111
12- You need to have Go and Docker >= 20.10 installed, as well as ` libolm3 ` and ` libolm-dev ` . Then:
12+ You need to have Go and Docker >= 20.10 installed. Then:
1313
1414```
1515$ COMPLEMENT_BASE_IMAGE=some-matrix/homeserver-impl go test -v ./tests/...
@@ -24,23 +24,6 @@ If you need to pass environment variables to the image under test, you can:
24241 . define a pass-through prefix with e.g. ` COMPLEMENT_SHARE_ENV_PREFIX=PASS_ ` ; then
25252 . prefix the desired environment variables with that prefix; e.g. ` PASS_SYNAPSE_COMPLEMENT_USE_WORKERS=true ` .
2626
27- ### Dependencies
28-
29- Complement supports encryption via ` libolm ` . You can install ` libolm3 ` on Debian using something like:
30- ```
31- echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/complement.list && apt-get update && apt-get install -y libolm3 libolm-dev/buster-backports
32- ```
33- or on Mac:
34- ```
35- brew install libolm
36- ```
37- If you are on an Apple Silicon Mac then you'll need to set these environment variables too so Go can find ` libolm ` :
38- ```
39- export LIBRARY_PATH=/opt/homebrew/lib
40- export CPATH=/opt/homebrew/include
41- export PATH=/opt/homebrew/bin:$PATH
42- ```
43-
4427### Potential conflict with firewall software
4528
4629The homeserver in the test image needs to be able to make requests to the mock
You can’t perform that action at this time.
0 commit comments