mirror of https://github.com/google/oss-fuzz.git
fabric: pin 3rd-party library (#8904)
Signed-off-by: AdamKorcz <adam@adalogics.com> Signed-off-by: AdamKorcz <adam@adalogics.com>
This commit is contained in:
parent
9b40d674b2
commit
f476bfaeca
|
@ -16,7 +16,9 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-go
|
||||
RUN git clone --depth 1 https://github.com/hyperledger/fabric
|
||||
RUN git clone --depth 1 https://github.com/AdamKorcz/instrumentation
|
||||
RUN git clone https://github.com/AdamKorcz/instrumentation \
|
||||
&& cd $SRC/instrumentation \
|
||||
&& git checkout cca41747087a403a1dfcbdf064e52d3e073d174f
|
||||
COPY build.sh ccprovider_fuzzer.go \
|
||||
persistence_fuzzer.go \
|
||||
policydsl_fuzzer.go \
|
||||
|
@ -24,4 +26,4 @@ COPY build.sh ccprovider_fuzzer.go \
|
|||
msp_fuzzer.go $SRC/
|
||||
WORKDIR $SRC/fabric
|
||||
|
||||
COPY *.options $SRC/
|
||||
COPY *.options $SRC/
|
||||
|
|
Loading…
Reference in New Issue