From f4cfae7beadb885d71e8cbaab2106347971e8d0b Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Mon, 16 Jan 2023 08:33:23 +0000 Subject: [PATCH] [systemd] temporarily point Dockerfile to PR #25842 to test https://github.com/systemd/systemd/pull/25842 using the OSS-Fuzz CI. --- projects/systemd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/systemd/Dockerfile b/projects/systemd/Dockerfile index ff2be27fc6e9..a2fa46820b85 100644 --- a/projects/systemd/Dockerfile +++ b/projects/systemd/Dockerfile @@ -15,6 +15,6 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder -RUN git clone --depth 1 https://github.com/systemd/systemd systemd +RUN bash -c 'git clone https://github.com/systemd/systemd && cd systemd && git fetch origin pull/25842/head && git checkout FETCH_HEAD' WORKDIR systemd COPY build.sh $SRC/