-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fuzz: Use build script from upstream
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
- Loading branch information
Paulo Gomes
committed
Dec 14, 2022
1 parent
171df06
commit 68ea010
Showing
3 changed files
with
6 additions
and
89 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,6 +1,9 @@ | ||
FROM gcr.io/oss-fuzz-base/base-builder-go | ||
|
||
COPY ./ $GOPATH/src/github.com/fluxcd/pkg/ | ||
COPY ./tests/fuzz/oss_fuzz_build.sh $SRC/build.sh | ||
ENV SRC=$GOPATH/src/github.com/fluxcd/pkg | ||
ENV FLUX_CI=true | ||
|
||
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 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