From d64263c09f94e39a53770d4e8ccb1c718c1bd11b Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Mon, 1 Sep 2025 14:21:55 +0300 Subject: [PATCH] Fix Antithesis Dockerfile --- Dockerfile.antithesis | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.antithesis b/Dockerfile.antithesis index d68af8721..85fa5adce 100644 --- a/Dockerfile.antithesis +++ b/Dockerfile.antithesis @@ -27,6 +27,7 @@ COPY ./parser ./parser/ COPY ./simulator ./simulator/ COPY ./sqlite3 ./sqlite3/ COPY ./tests ./tests/ +COPY ./sql_generation ./sql_generation COPY ./stress ./stress/ COPY ./sync ./sync/ COPY ./vendored ./vendored/ @@ -58,6 +59,7 @@ COPY --from=planner /app/macros ./macros/ COPY --from=planner /app/simulator ./simulator/ COPY --from=planner /app/sqlite3 ./sqlite3/ COPY --from=planner /app/tests ./tests/ +COPY --from=planner /app/sql_generation ./sql_generation COPY --from=planner /app/stress ./stress/ COPY --from=planner /app/bindings/rust ./bindings/rust/ COPY --from=planner /app/bindings/dart ./bindings/dart/