Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion projects/python-multipart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN git clone --depth 1 https://github.com/Kludex/python-multipart python-multipart
RUN python3 -m pip install --upgrade pip
WORKDIR python-multipart
COPY *.patch $SRC/python-multipart/
COPY build.sh *.options $SRC/
1 change: 0 additions & 1 deletion projects/python-multipart/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#
################################################################################

git apply $SRC/python-multipart/*.patch
python3 -m pip install '.[dev]'
for fuzzer in $(find $SRC -name "fuzz_*.py"); do
compile_python_fuzzer $fuzzer
Expand Down
13 changes: 0 additions & 13 deletions projects/python-multipart/fuzz_form.patch

This file was deleted.

17 changes: 0 additions & 17 deletions projects/python-multipart/helpers.patch

This file was deleted.