mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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:
committed by
Frantisek Sumsal
parent
aca6badb80
commit
81f84a2c0b
4
.clusterfuzzlite/Dockerfile
Normal file
4
.clusterfuzzlite/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user