Skip to content

Commit

Permalink
Fix error in CFL Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Nov 7, 2024
1 parent 1f0d8f3 commit 7945782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clusterfuzzlite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN git clone --depth 1 --branch 2024-07-02 https://github.com/google/re2 $SRC/r
mkdir build && cd build && \
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=ON .. && \
cmake --build . --target install && \
cd $SRC && rm -rf $SRC/re2 \
cd $SRC && rm -rf $SRC/re2

COPY . $SRC/scnlib
WORKDIR $SRC/scnlib
Expand Down

0 comments on commit 7945782

Please sign in to comment.