Skip to content

Commit e83fc77

Browse files
committed
disable ninja [WIP]
1 parent e1008b6 commit e83fc77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.clusterfuzzlite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
FROM gcr.io/oss-fuzz-base/base-builder:v1
88

99
RUN apt-get update && apt-get install -y \
10-
build-essential ninja-build cmake make \
10+
build-essential cmake make \
1111
libreadline-dev libunwind-dev zlib1g-dev \
1212
protobuf-compiler libprotobuf-dev
1313

.clusterfuzzlite/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ git config --global --add safe.directory '*'
5252

5353
# Build the project and fuzzers.
5454
[[ -e build ]] && rm -rf build
55-
cmake "${cmake_args[@]}" -S . -B build -G Ninja
55+
cmake "${cmake_args[@]}" -S . -B build
5656
cmake --build build --parallel
5757

5858
cp corpus/*.dict corpus/*.options $OUT/

0 commit comments

Comments
 (0)