Skip to content

Commit

Permalink
Merge pull request #1231 from jluebbe/ci-container
Browse files Browse the repository at this point in the history
test/Dockerfile: pin desync to version 0.9.3
  • Loading branch information
jluebbe committed Aug 17, 2023
2 parents 9217125 + cda1cca commit 194a8dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ RUN apt-get update && apt-get install -y \
curl -sLo /usr/bin/codecov https://codecov.io/bash && \
chmod +x /usr/bin/codecov

# Install the optional desync
# Install the optional desync (pinned to version 0.9.3)
ENV GOPATH=/go
RUN git clone https://github.com/folbricht/desync.git /tmp/desync && \
cd /tmp/desync/cmd/desync && \
git checkout c508eeb0865a5a7c2c9b1158a5f0414265d869df && \
go install && \
cp /go/bin/desync /usr/bin/desync && \
rm -rf /tmp/desync
Expand Down

0 comments on commit 194a8dc

Please sign in to comment.