mirror of https://github.com/google/oss-fuzz.git
[etcd] Add cncf fuzzers (#6946)
This commit is contained in:
parent
8d85237a84
commit
a1eb5b60fc
|
@ -16,5 +16,6 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-go
|
||||
RUN git clone --depth 1 https://github.com/etcd-io/etcd
|
||||
RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing
|
||||
COPY wal_fuzzer.go build.sh $SRC/
|
||||
WORKDIR $SRC/etcd
|
||||
|
|
|
@ -18,3 +18,4 @@
|
|||
mv $SRC/wal_fuzzer.go $SRC/etcd/server/storage/wal/
|
||||
compile_go_fuzzer go.etcd.io/etcd/server/v3/storage/wal FuzzWalCreate fuzz_wal_create
|
||||
|
||||
$SRC/cncf-fuzzing/projects/etcd/build.sh
|
||||
|
|
Loading…
Reference in New Issue