Skip to content

Commit 8d3b897

Browse files
authored
using old commit for synapse because of breaking changes
Signed-off-by: parthshah1 <parth@fil.org>
1 parent bfe5657 commit 8d3b897

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workload/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ RUN git clone https://github.com/parthshah1/FilWizard /opt/antithesis/FilWizard
4848
WORKDIR /opt/antithesis/FilWizard
4949
RUN git pull
5050
# Install forge dependencies:
51-
RUN git checkout api-properties
51+
RUN git checkout main
5252
RUN make build
5353

5454
RUN cp ./filwizard /usr/local/bin/filwizard
5555
RUN filwizard contract clone-config --config /opt/antithesis/FilWizard/config/filecoin-synapse.json --workspace ./workspace
5656
RUN git clone https://github.com/FilOzone/synapse-sdk /opt/antithesis/synapse-sdk
5757
WORKDIR /opt/antithesis/synapse-sdk
5858
RUN git pull
59-
RUN git checkout master
59+
RUN git checkout 8aafdf1c0b8ba1b729898898aec4aeb47f5ac6a4
6060

6161
# Copy and apply synapse-sdk patch
6262
COPY ./patches/synapse-sdk.patch /tmp/synapse-sdk.patch
@@ -103,4 +103,4 @@ RUN GOARCH=$(uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/') go build
103103
RUN rm ./main.go
104104

105105
WORKDIR /opt/antithesis/FilWizard
106-
ENTRYPOINT ["/opt/antithesis/entrypoint/entrypoint.sh"]
106+
ENTRYPOINT ["/opt/antithesis/entrypoint/entrypoint.sh"]

0 commit comments

Comments
 (0)