Skip to content

Commit

Permalink
markdown-it-py: clean up follow upstream merge
Browse files Browse the repository at this point in the history
Ref: executablebooks/markdown-it-py#255

Signed-off-by: David Korczynski <david@adalogics.com>
  • Loading branch information
DavidKorczynski committed May 31, 2023
1 parent 5b7f4f0 commit 707153d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 99 deletions.
2 changes: 1 addition & 1 deletion projects/markdown-it-py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# limitations under the License.
FROM gcr.io/oss-fuzz-base/base-builder-python
RUN git clone https://github.com/executablebooks/markdown-it-py markdown-it-py
COPY *.sh *py $SRC/
COPY *.sh $SRC/
WORKDIR $SRC/markdown-it-py
4 changes: 2 additions & 2 deletions projects/markdown-it-py/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# limitations under the License.
#
################################################################################
pip3 install .
python3 -m pip install .

# Build fuzzers in $OUT.
for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
compile_python_fuzzer $fuzzer
done
done
35 changes: 0 additions & 35 deletions projects/markdown-it-py/fuzz_markdown.py

This file was deleted.

61 changes: 0 additions & 61 deletions projects/markdown-it-py/fuzz_markdown_extended.py

This file was deleted.

0 comments on commit 707153d

Please sign in to comment.