ci: use CFLite to test forks (including systemd-stable)

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.
This commit is contained in:
Evgeny Vereshchagin
2022-01-29 15:22:43 +00:00
committed by Frantisek Sumsal
parent aca6badb80
commit 81f84a2c0b
5 changed files with 80 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
FROM gcr.io/oss-fuzz-base/base-builder@sha256:14b332de0e18683f37386eaedbf735bc6e8d81f9c0e1138d620f2178e20cd30a
COPY . $SRC/systemd
WORKDIR $SRC/systemd
COPY tools/oss-fuzz.sh $SRC/build.sh