Skip to content

Commit 1a5c616

Browse files
markdown-it-py: clean up follow upstream merge (#10431)
Ref: executablebooks/markdown-it-py#255 Signed-off-by: David Korczynski <[email protected]>
1 parent 5b7f4f0 commit 1a5c616

File tree

4 files changed

+3
-99
lines changed

4 files changed

+3
-99
lines changed

projects/markdown-it-py/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# limitations under the License.
1515
FROM gcr.io/oss-fuzz-base/base-builder-python
1616
RUN git clone https://github.com/executablebooks/markdown-it-py markdown-it-py
17-
COPY *.sh *py $SRC/
17+
COPY *.sh $SRC/
1818
WORKDIR $SRC/markdown-it-py

projects/markdown-it-py/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# limitations under the License.
1515
#
1616
################################################################################
17-
pip3 install .
17+
python3 -m pip install .
1818

1919
# Build fuzzers in $OUT.
2020
for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
2121
compile_python_fuzzer $fuzzer
22-
done
22+
done

projects/markdown-it-py/fuzz_markdown.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

projects/markdown-it-py/fuzz_markdown_extended.py

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)