File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ RUN git clone https://github.com/parthshah1/FilWizard /opt/antithesis/FilWizard
4848WORKDIR /opt/antithesis/FilWizard
4949RUN git pull
5050# Install forge dependencies:
51- RUN git checkout api-properties
51+ RUN git checkout main
5252RUN make build
5353
5454RUN cp ./filwizard /usr/local/bin/filwizard
5555RUN filwizard contract clone-config --config /opt/antithesis/FilWizard/config/filecoin-synapse.json --workspace ./workspace
5656RUN git clone https://github.com/FilOzone/synapse-sdk /opt/antithesis/synapse-sdk
5757WORKDIR /opt/antithesis/synapse-sdk
5858RUN git pull
59- RUN git checkout master
59+ RUN git checkout 8aafdf1c0b8ba1b729898898aec4aeb47f5ac6a4
6060
6161# Copy and apply synapse-sdk patch
6262COPY ./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
103103RUN rm ./main.go
104104
105105WORKDIR /opt/antithesis/FilWizard
106- ENTRYPOINT ["/opt/antithesis/entrypoint/entrypoint.sh" ]
106+ ENTRYPOINT ["/opt/antithesis/entrypoint/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments