mirror of
https://github.com/systemd/systemd
synced 2024-11-02 19:41:12 +00:00
c84fc00b37
The idea was to catch CFLite regressions but since the action itself pulls the latest docker images it can't be pinned properly and issues like https://github.com/google/clusterfuzzlite/issues/91 are going to pop up anyway. Let's unpin it by analogy with CIFuzz and hope it doesn't break very often.
5 lines
156 B
Docker
5 lines
156 B
Docker
FROM gcr.io/oss-fuzz-base/base-builder:v1
|
|
ENV MERGE_WITH_OSS_FUZZ_CORPORA=yes
|
|
COPY . $SRC/systemd
|
|
WORKDIR $SRC/systemd
|
|
COPY tools/oss-fuzz.sh $SRC/build.sh
|