uint256: fix failing build (#8370)

This commit is contained in:
Martin Holst Swende 2022-08-29 16:45:10 +02:00 committed by GitHub
parent 2c994627ea
commit 68b32a60ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -16,10 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder-go
RUN go get -u -d github.com/holiman/uint256/...
RUN git clone --depth 1 https://github.com/holiman/uint256.git uint256
RUN cp uint256/oss-fuzz.sh $SRC/build.sh
WORKDIR $SRC/
WORKDIR $SRC/uint256