mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
ci: unpin CFLite
The idea was to catch CFLite regressions but since the action itself pulls the latest docker images it can't be pinned properly and issues like https://github.com/google/clusterfuzzlite/issues/91 are going to pop up anyway. Let's unpin it by analogy with CIFuzz and hope it doesn't break very often.
This commit is contained in:
committed by
Frantisek Sumsal
parent
23ce0271dc
commit
c84fc00b37
@@ -1,4 +1,4 @@
|
||||
FROM gcr.io/oss-fuzz-base/base-builder@sha256:14b332de0e18683f37386eaedbf735bc6e8d81f9c0e1138d620f2178e20cd30a
|
||||
FROM gcr.io/oss-fuzz-base/base-builder:v1
|
||||
ENV MERGE_WITH_OSS_FUZZ_CORPORA=yes
|
||||
COPY . $SRC/systemd
|
||||
WORKDIR $SRC/systemd
|
||||
|
||||
Reference in New Issue
Block a user