From 6087b1f6b96d57c0f5c0325ffe58f13150d07580 Mon Sep 17 00:00:00 2001
From: Evgeny Vereshchagin <evvers@ya.ru>
Date: Mon, 21 Mar 2022 05:17:23 +0000
Subject: [PATCH] ci: sync CFLite with OSS-Fuzz

It's a follow-up to https://github.com/google/oss-fuzz/pull/7395
---
 .clusterfuzzlite/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.clusterfuzzlite/Dockerfile b/.clusterfuzzlite/Dockerfile
index cd8143ce..721202f6 100644
--- a/.clusterfuzzlite/Dockerfile
+++ b/.clusterfuzzlite/Dockerfile
@@ -5,5 +5,7 @@ COPY . $SRC/elfutils
 RUN git clone --depth 1 https://github.com/google/oss-fuzz && \
     cp oss-fuzz/projects/elfutils/build.sh $SRC/ && \
     cp oss-fuzz/projects/elfutils/fuzz-dwfl-core.c $SRC/ && \
+    cp oss-fuzz/projects/elfutils/fuzz-libdwfl.c $SRC/ && \
+    cp oss-fuzz/projects/elfutils/fuzz-libelf.c $SRC/ && \
     cp oss-fuzz/projects/elfutils/fuzz-dwfl-core_seed_corpus.zip $SRC/
 WORKDIR elfutils