-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libgit2: Remove libgit2 from fuzzers
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
- Loading branch information
Paulo Gomes
committed
Dec 9, 2022
1 parent
fdd16c5
commit 3a6d2a1
Showing
6 changed files
with
5 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
FROM gcr.io/oss-fuzz-base/base-builder-go | ||
|
||
RUN apt-get update && apt-get install -y cmake pkg-config | ||
ENV SRC=$GOPATH/src/github.com/fluxcd/source-controller | ||
ENV FLUX_CI=true | ||
|
||
COPY ./ $GOPATH/src/github.com/fluxcd/source-controller/ | ||
COPY ./tests/fuzz/oss_fuzz_build.sh $SRC/build.sh | ||
COPY tests/fuzz/compile_native_go_fuzzer /usr/local/bin/ | ||
COPY ./ $SRC | ||
RUN wget https://raw.githubusercontent.com/google/oss-fuzz/master/projects/fluxcd/build.sh -O $SRC/build.sh | ||
|
||
WORKDIR $SRC |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters