aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/ots
diff options
context:
space:
mode:
authorGravatar Khaled Hosny <dr.khaled.hosny@gmail.com>2021-01-06 17:44:58 +0200
committerGravatar GitHub <noreply@github.com>2021-01-06 07:44:58 -0800
commit2cf181aa323c6bdeb1073622f0642782eb66acf9 (patch)
tree4bcd9606884065a43eb84ba83acb88e6c5d63fbb /projects/ots
parent25f532775851a9de4a1fe83cdc8d518db1f54d5c (diff)
Update OTS build (#4926)
* Update OTS build Update OTS build to match new master branch requirements. * Remove unneeded OTS dependencies Meson build is forcing fallback dependencies, so neither pkg-config or system zlib are needed.
Diffstat (limited to 'projects/ots')
-rw-r--r--projects/ots/Dockerfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/projects/ots/Dockerfile b/projects/ots/Dockerfile
index c4485fc1..6ab4d866 100644
--- a/projects/ots/Dockerfile
+++ b/projects/ots/Dockerfile
@@ -15,9 +15,8 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-RUN apt-get update && apt-get install -y python3-pip pkg-config zlib1g-dev && \
- pip3 install meson==0.52.0 ninja
+RUN apt-get update && apt-get install -y python3-pip && \
+ pip3 install meson==0.55.2 ninja
RUN git clone --depth 1 https://github.com/khaledhosny/ots.git
WORKDIR ots
-RUN git submodule update --init --recursive
COPY build.sh ots-fuzzer.* $SRC/