mirror of
https://github.com/kgabis/parson.git
synced 2025-02-05 17:05:29 +00:00
cleanup
Signed-off-by: David Korczynski <david@adalogics.com>
This commit is contained in:
parent
85303b8c22
commit
346dd0f6e1
@ -1,8 +1,6 @@
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool cmake \
|
||||
pkg-config curl check
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool
|
||||
COPY . $SRC/parson
|
||||
COPY .clusterfuzzlite/build.sh $SRC/build.sh
|
||||
COPY .clusterfuzzlite/*.cpp $SRC/
|
||||
COPY .clusterfuzzlite/*.c $SRC/
|
||||
WORKDIR parson
|
||||
|
@ -1,9 +1,5 @@
|
||||
#!/bin/bash
|
||||
for file in "parson.c"; do
|
||||
$CC $CFLAGS -c ${file}
|
||||
done
|
||||
|
||||
rm -f ./test*.o
|
||||
$CC $CFLAGS -c parson.c
|
||||
llvm-ar rcs libfuzz.a *.o
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user