Minimize changes.
Some checks failed
Test / Run unit tests (pull_request) Failing after 53s
Test / Run integration tests (pull_request) Failing after 25s

This commit is contained in:
Thomas E Lackey 2023-07-06 15:08:21 -05:00
parent eae5689af2
commit f0750e32fb

View File

@ -15,9 +15,8 @@ RUN if [ -n "$GITEA_TOKEN" ]; then git config --global url."https://$GITEA_TOKEN
go mod download && \
rm -f ~/.gitconfig
ADD . /plugeth-statediff
RUN cd /plugeth-statediff && \
go build --tags linkgeth --buildmode=plugin --trimpath -o statediff.so ./main
ADD . .
RUN go build --tags linkgeth --buildmode=plugin --trimpath -o statediff.so ./main
FROM alpine:3.18