mirror of https://github.com/google/oss-fuzz.git
projects/cosmos-sdk: use main branch (#7814)
The cosmos-sdk fuzz tests have been merged to the main branch in https://github.com/cosmos/cosmos-sdk/pull/12152 .
This commit is contained in:
parent
f96a9ca1d3
commit
9e0dd4c311
|
@ -15,7 +15,7 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-go
|
||||
RUN git clone --single-branch --branch fuzz-packages https://github.com/cosmos/cosmos-sdk
|
||||
RUN git clone --depth 1 https://github.com/cosmos/cosmos-sdk
|
||||
|
||||
COPY build.sh $SRC
|
||||
WORKDIR $SRC/cosmos-sdk
|
||||
|
|
Loading…
Reference in New Issue