Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/sqlsmith/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ RUN apt-get update && TZ=UTC DEBIAN_FRONTEND=noninteractive apt-get install -y -
ADD https://api.github.com/repos/MaterializeInc/sqlsmith/git/refs/heads/master version.json

# Build SQLsmith
RUN git clone --single-branch --branch=master https://github.com/MaterializeInc/sqlsmith \
RUN git clone https://github.com/def-/sqlsmith \
&& cd sqlsmith \
&& git checkout 198f13b36415d38164ab6ad094d2e8b91a9f5419 \
&& git checkout 27487d227d7e6899b0ab2b70c51b1af3deb98df4 \
&& rm -rf .git \
&& cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ . \
&& cmake --build . -j `nproc`
Expand Down