Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 22c038e

Browse files
committed
Add endpoints for backfilling history (MSC2716)
Work on matrix-org/matrix-spec-proposals#2716 Complement MR: matrix-org/complement#68
1 parent ccb9616 commit 22c038e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts-dev/complement.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ cd "$(dirname $0)/.."
1111
docker build -t matrixdotorg/synapse:latest -f docker/Dockerfile .
1212

1313
# Download Complement
14-
wget -N https://github.com/matrix-org/complement/archive/master.tar.gz
15-
tar -xzf master.tar.gz
16-
cd complement-master
14+
cd ../complement
1715

1816
# Build the Synapse image from Complement, based on the above image we just built
1917
docker build -t complement-synapse -f dockerfiles/Synapse.Dockerfile ./dockerfiles
2018

2119
# Run the tests on the resulting image!
22-
COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -count=1 ./tests
20+
COMPLEMENT_BASE_IMAGE=complement-synapse go test -tags msc2716 -v -count=1 ./tests/main_test.go ./tests/msc2716_test.go

0 commit comments

Comments
 (0)