We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0d8f3 commit 7945782Copy full SHA for 7945782
.clusterfuzzlite/Dockerfile
@@ -24,7 +24,7 @@ RUN git clone --depth 1 --branch 2024-07-02 https://github.com/google/re2 $SRC/r
24
mkdir build && cd build && \
25
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=ON .. && \
26
cmake --build . --target install && \
27
- cd $SRC && rm -rf $SRC/re2 \
+ cd $SRC && rm -rf $SRC/re2
28
29
COPY . $SRC/scnlib
30
WORKDIR $SRC/scnlib
0 commit comments