mirror of https://github.com/google/oss-fuzz.git
Update Dockerfile (#3614)
This commit is contained in:
parent
07322d0b31
commit
1c4b1d71f3
|
@ -40,8 +40,9 @@ ENV PATH $PATH:/root/.go/bin:$GOPATH/bin
|
|||
# Dependency of go-fuzz.
|
||||
RUN go get golang.org/x/tools/go/packages
|
||||
|
||||
# go-fuzz-build is the tool that instruments Go files.
|
||||
# go*-fuzz-build is the tool that instruments Go files.
|
||||
RUN go get github.com/dvyukov/go-fuzz/go-fuzz-build
|
||||
RUN go get github.com/mdempsky/go114-fuzz-build
|
||||
|
||||
# Default build flags for various sanitizers.
|
||||
ENV SANITIZER_FLAGS_address "-fsanitize=address -fsanitize-address-use-after-scope"
|
||||
|
|
Loading…
Reference in New Issue