commit 7350dad2170f21865dd4ce492748a790dcde1a01 from: Sergey Bronnikov date: Sat Mar 23 16:18:36 2024 UTC cfl: use cfl branch in a corpus repository commit - 24c6f0b9ebe4e0422cd1c0cc23c61c8121a615f5 commit + 7350dad2170f21865dd4ce492748a790dcde1a01 blob - bc6b792274fb051ff4e689078181922f2f89f099 blob + c0d3d43b8d566f09185d3d4237caf812031a7aef --- .clusterfuzzlite/Dockerfile +++ .clusterfuzzlite/Dockerfile @@ -1,6 +1,6 @@ # # SPDX-License-Identifier: ISC -# Copyright 2023, Sergey Bronnikov. +# Copyright 2023-2024, Sergey Bronnikov. # ################################################################################ @@ -13,4 +13,5 @@ RUN apt-get update && apt-get install -y \ COPY . $SRC/lua-c-api-tests WORKDIR $SRC/lua-c-api-tests RUN git submodule update --init --recursive --force +RUN cd corpus && git checkout cfl COPY .clusterfuzzlite/build.sh $SRC/