summaryrefslogtreecommitdiff
path: root/.clusterfuzzlite
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2022-01-29 15:22:43 +0000
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-01-29 18:37:17 +0000
commit81f84a2c0bb478ad4b25bca8a76fbd1f9aa5ce01 (patch)
tree9b2d8525fb0b6a6ad55388dc72c85b57bdcfefee /.clusterfuzzlite
parentaca6badb80b6c87c5cf8179e9f670e59ce1c1863 (diff)
downloadsystemd-81f84a2c0bb478ad4b25bca8a76fbd1f9aa5ce01.tar.gz
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.
Diffstat (limited to '.clusterfuzzlite')
-rw-r--r--.clusterfuzzlite/Dockerfile4
1 files changed, 4 insertions, 0 deletions
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