diff --git a/test/sqlsmith/Dockerfile b/test/sqlsmith/Dockerfile index c09e52d2a3e4d..0a96227814d67 100644 --- a/test/sqlsmith/Dockerfile +++ b/test/sqlsmith/Dockerfile @@ -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`