mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 04:54:21 +01:00
Fix Antithesis Dockerfile
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user