mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08: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.
6 lines
156 B
Docker
6 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
|