Skip to content

Commit c2fd5b2

Browse files
author
Mathieu Velten
authored
Update dendrite build used to check homerunner (#636)
1 parent 9f43aa2 commit c2fd5b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ jobs:
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

0 commit comments

Comments
 (0)