From 81f84a2c0bb478ad4b25bca8a76fbd1f9aa5ce01 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sat, 29 Jan 2022 15:22:43 +0000 Subject: 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. --- .clusterfuzzlite/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .clusterfuzzlite/Dockerfile (limited to '.clusterfuzzlite') diff --git a/.clusterfuzzlite/Dockerfile b/.clusterfuzzlite/Dockerfile new file mode 100644 index 0000000000..bdb0378ebc --- /dev/null +++ b/.clusterfuzzlite/Dockerfile @@ -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 -- cgit v1.2.1