From 29a2fa1dd265f856f5d67e73e635b592129882f0 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 20 Aug 2025 13:43:31 +0300 Subject: [PATCH] Fix Antithesis Dockerfile --- Dockerfile.antithesis | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.antithesis b/Dockerfile.antithesis index ba1d9168b..a59626790 100644 --- a/Dockerfile.antithesis +++ b/Dockerfile.antithesis @@ -28,6 +28,7 @@ COPY ./simulator ./simulator/ COPY ./sqlite3 ./sqlite3/ COPY ./tests ./tests/ COPY ./stress ./stress/ +COPY ./sync ./sync/ COPY ./vendored ./vendored/ COPY ./testing/sqlite_test_ext ./testing/sqlite_test_ext/ RUN cargo chef prepare --bin turso_stress --recipe-path recipe.json @@ -68,6 +69,7 @@ COPY --from=planner /app/core ./core/ COPY --from=planner /app/extensions ./extensions/ COPY --from=planner /app/macros ./macros/ COPY --from=planner /app/stress ./stress/ +COPY --from=planner /app/sync ./sync/ COPY --from=planner /app/parser ./parser/ COPY --from=planner /app/vendored ./vendored/ COPY --from=planner /app/testing/sqlite_test_ext ./testing/sqlite_test_ext/