Skip to content

Commit

Permalink
[cups] minimize building script (#12072)
Browse files Browse the repository at this point in the history
Remove build.sh and change Dockerfile. The build script location fits
the upstream file organization in `OpenPrinting/fuzzing`.

Signed-off-by: TTFISH <jiongchiyu@gmail.com>
  • Loading branch information
fish98 authored Jun 16, 2024
1 parent 96b6ae4 commit 7f91500
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion projects/cups/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ RUN apt-get update && apt-get install -y zlib1g-dev libavahi-client-dev libsyste
RUN git clone --depth 1 https://github.com/OpenPrinting/cups
RUN git clone --depth 1 https://github.com/OpenPrinting/fuzzing.git

COPY build.sh $SRC/
RUN cp $SRC/fuzzing/projects/cups/oss_fuzz_build.sh $SRC/build.sh
WORKDIR $SRC/cups
18 changes: 0 additions & 18 deletions projects/cups/build.sh

This file was deleted.

0 comments on commit 7f91500

Please sign in to comment.