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
|
FROM gcr.io/oss-fuzz-base/base-builder-rust
|
||||||
RUN git clone --depth 1 https://github.com/Byron/gitoxide.git gitoxide
|
RUN git clone --depth 1 https://github.com/Byron/gitoxide.git gitoxide
|
||||||
WORKDIR gitoxide
|
WORKDIR gitoxide
|
||||||
|
RUN rustup component add rust-src
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
homepage: "https://crates.io/crates/gitoxide"
|
homepage: "https://crates.io/crates/gitoxide"
|
||||||
language: rust
|
language: rust
|
||||||
primary_contact: "byronimo@gmail.com"
|
primary_contact: "byronimo@gmail.com"
|
||||||
|
auto_ccs:
|
||||||
|
- "nathaniel.brough@gmail.com"
|
||||||
main_repo: "https://github.com/Byron/gitoxide"
|
main_repo: "https://github.com/Byron/gitoxide"
|
||||||
file_github_issue: true
|
file_github_issue: true
|
||||||
sanitizers:
|
sanitizers:
|
||||||
|
|
Loading…
Reference in New Issue