Skip to content

Commit

Permalink
[systemd] temporarily point Dockerfile to PR #25842
Browse files Browse the repository at this point in the history
to test systemd/systemd#25842 using the OSS-Fuzz
CI.
  • Loading branch information
evverx committed Jan 16, 2023
1 parent e1529c3 commit f4cfae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/systemd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit f4cfae7

Please sign in to comment.