diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2022-04-22 23:06:39 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-04-26 11:13:57 +0200 |
commit | c84fc00b371cb30b1b0d4bfde015662e1a8542a7 (patch) | |
tree | bc3ce74208ffe793fd704dd2cc99fdb7e345a602 /.clusterfuzzlite | |
parent | Merge pull request #23160 from keszybz/compress-defines (diff) | |
download | systemd-c84fc00b371cb30b1b0d4bfde015662e1a8542a7.tar.xz systemd-c84fc00b371cb30b1b0d4bfde015662e1a8542a7.zip |
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.
Diffstat (limited to '.clusterfuzzlite')
-rw-r--r-- | .clusterfuzzlite/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clusterfuzzlite/Dockerfile b/.clusterfuzzlite/Dockerfile index 47f238c785..31e442b3ef 100644 --- a/.clusterfuzzlite/Dockerfile +++ b/.clusterfuzzlite/Dockerfile @@ -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 |