mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
69aa4982bc
to let it cover as much code as possible. It should help to catch most regressions in a few minutes.
6 lines
225 B
Docker
6 lines
225 B
Docker
FROM gcr.io/oss-fuzz-base/base-builder@sha256:14b332de0e18683f37386eaedbf735bc6e8d81f9c0e1138d620f2178e20cd30a
|
|
ENV MERGE_WITH_OSS_FUZZ_CORPORA=yes
|
|
COPY . $SRC/systemd
|
|
WORKDIR $SRC/systemd
|
|
COPY tools/oss-fuzz.sh $SRC/build.sh
|