mirror of https://github.com/google/oss-fuzz.git
uint256: fix failing build (#8370)
This commit is contained in:
parent
2c994627ea
commit
68b32a60ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue