Skip to content

Commit

Permalink
Update dendrite build used to check homerunner (matrix-org#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Velten authored May 12, 2023
1 parent 9f43aa2 commit c2fd5b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ jobs:
run: |
go test ./internal/...
- name: "Run Homerunner tests" # use a simple static dendrite image to sanity check homerunner works
env:
DOCKER_BUILDKIT: 1
run: |
mkdir -p homeserver
wget -O - "https://github.com/matrix-org/dendrite/archive/v0.8.8.tar.gz" | tar -xz --strip-components=1 -C homeserver
# Latest official dendrite release is still using Debian Stretch as a base, hence the specific commit
wget -O - "https://github.com/matrix-org/dendrite/archive/0489d16f95a3d9f1f5bc532e2060bd2482d7b156.tar.gz" | tar -xz --strip-components=1 -C homeserver
(cd homeserver && docker build -t complement-dendrite -f build/scripts/Complement.Dockerfile .)
(cd cmd/homerunner/test && ./test.sh)
Expand Down

0 comments on commit c2fd5b2

Please sign in to comment.