mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-21 18:03:41 +03:00
81f84a2c0b
It's like CIFuzz but unlike CIFuzz it's compatible with forks and it should make it possible to run the fuzzers to make sure that patches backported to them are backported correctly without introducing new bugs and regressions.
5 lines
189 B
Docker
5 lines
189 B
Docker
FROM gcr.io/oss-fuzz-base/base-builder@sha256:14b332de0e18683f37386eaedbf735bc6e8d81f9c0e1138d620f2178e20cd30a
|
|
COPY . $SRC/systemd
|
|
WORKDIR $SRC/systemd
|
|
COPY tools/oss-fuzz.sh $SRC/build.sh
|