Skip to content

Commit

Permalink
Try pulling mitmproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Dec 1, 2023
1 parent e8b9858 commit f5398de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ jobs:
ls -alh rust-sdk/target/debug
# Temporary: as it takes 3m to build the complement synapse image >:(
- name: Pull synapse service v1.94.0
- name: Pull synapse service v1.94.0 and mitmproxy
shell: bash
run: |
docker pull ghcr.io/matrix-org/synapse-service:v1.94.0
docker pull mitmproxy/mitmproxy:10.1.5
docker tag ghcr.io/matrix-org/synapse-service:v1.94.0 homeserver:latest
# Build homeserver image, honouring branch names
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ Why:
### How do I run it?
It's currently pretty awful to run, as you need toolchains for both Rust and JS. Working on improving this.

You need this image:
```
docker pull ghcr.io/matrix-org/complement-crypto-reverse-proxy:latest
```

You need to build Rust SDK FFI bindings _and_ JS SDK before you can get this to run. You also need a Complement homeserver image. When that is setup:

```
Expand Down

0 comments on commit f5398de

Please sign in to comment.