mirror of https://github.com/google/oss-fuzz.git
Fixes code coverage for gitoxide (#9581)
Signed-off-by: Nathaniel Brough <nathaniel.brough@gmail.com>
This commit is contained in:
parent
785b795ab1
commit
23e7c58e78
|
@ -17,4 +17,5 @@
|
|||
FROM gcr.io/oss-fuzz-base/base-builder-rust
|
||||
RUN git clone --depth 1 https://github.com/Byron/gitoxide.git gitoxide
|
||||
WORKDIR gitoxide
|
||||
RUN rustup component add rust-src
|
||||
COPY build.sh $SRC/
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
homepage: "https://crates.io/crates/gitoxide"
|
||||
language: rust
|
||||
primary_contact: "byronimo@gmail.com"
|
||||
auto_ccs:
|
||||
- "nathaniel.brough@gmail.com"
|
||||
main_repo: "https://github.com/Byron/gitoxide"
|
||||
file_github_issue: true
|
||||
sanitizers:
|
||||
|
|
Loading…
Reference in New Issue