Skip to content

Commit

Permalink
[unit] move build upstream and update auto_ccs (#12002)
Browse files Browse the repository at this point in the history
nginx/unit#1291 is merged.

Adding Andrew Clayton in `auto_ccs`
nginx/unit#1291 (comment).
Also, updating my contact email.

Signed-off-by: Arjun <[email protected]>
  • Loading branch information
pkillarjun committed Jun 17, 2024
1 parent 05782b8 commit bd6578c
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 194 deletions.
7 changes: 2 additions & 5 deletions projects/unit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y autoconf
RUN git clone --depth 1 https://github.com/nginx/unit
RUN git clone https://github.com/pkillarjun/oss-fuzz-bloat
COPY build.sh $SRC/
COPY fuzzer/ $SRC/unit/fuzzer/
RUN git clone --depth 1 https://github.com/nginx/unit.git
RUN cp $SRC/unit/fuzzing/oss-fuzz.sh $SRC/build.sh
WORKDIR $SRC/unit/
29 changes: 0 additions & 29 deletions projects/unit/build.sh

This file was deleted.

71 changes: 0 additions & 71 deletions projects/unit/fuzzer/Fuzz_http.c

This file was deleted.

15 changes: 0 additions & 15 deletions projects/unit/fuzzer/Fuzz_http.h

This file was deleted.

47 changes: 0 additions & 47 deletions projects/unit/fuzzer/Fuzz_json.c

This file was deleted.

26 changes: 0 additions & 26 deletions projects/unit/fuzzer/Makefile

This file was deleted.

3 changes: 2 additions & 1 deletion projects/unit/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ homepage: "https://unit.nginx.org"
language: c
primary_contact: "[email protected]"
auto_ccs:
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
fuzzing_engines:
- libfuzzer
- afl
Expand Down

0 comments on commit bd6578c

Please sign in to comment.