Skip to content

Commit

Permalink
disable ninja [WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Aug 20, 2024
1 parent e1008b6 commit e83fc77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .clusterfuzzlite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM gcr.io/oss-fuzz-base/base-builder:v1

RUN apt-get update && apt-get install -y \
build-essential ninja-build cmake make \
build-essential cmake make \
libreadline-dev libunwind-dev zlib1g-dev \
protobuf-compiler libprotobuf-dev

Expand Down
2 changes: 1 addition & 1 deletion .clusterfuzzlite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ git config --global --add safe.directory '*'

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

cp corpus/*.dict corpus/*.options $OUT/
Expand Down

0 comments on commit e83fc77

Please sign in to comment.