File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2323 run : |
2424 go test ./internal/...
2525 - name : " Run Homerunner tests" # use a simple static dendrite image to sanity check homerunner works
26+ env :
27+ DOCKER_BUILDKIT : 1
2628 run : |
2729 mkdir -p homeserver
28- wget -O - "https://github.com/matrix-org/dendrite/archive/v0.8.8.tar.gz" | tar -xz --strip-components=1 -C homeserver
30+ # Latest official dendrite release is still using Debian Stretch as a base, hence the specific commit
31+ wget -O - "https://github.com/matrix-org/dendrite/archive/0489d16f95a3d9f1f5bc532e2060bd2482d7b156.tar.gz" | tar -xz --strip-components=1 -C homeserver
2932 (cd homeserver && docker build -t complement-dendrite -f build/scripts/Complement.Dockerfile .)
3033 (cd cmd/homerunner/test && ./test.sh)
3134
You can’t perform that action at this time.
0 commit comments