Fix Antithesis Dockerfile to include whopper

This commit is contained in:
Pekka Enberg
2025-09-13 13:33:11 +03:00
parent 3733d3856a
commit 898f32f7f7

View File

@@ -32,6 +32,7 @@ COPY ./testing/sqlite_test_ext ./testing/sqlite_test_ext/
COPY ./testing/unreliable-libc ./testing/unreliable-libc/
COPY ./tests ./tests/
COPY ./vendored ./vendored/
COPY ./whopper ./whopper/
RUN cargo chef prepare --bin turso_stress --recipe-path recipe.json
#
@@ -71,6 +72,7 @@ COPY --from=planner /app/testing/sqlite_test_ext ./testing/sqlite_test_ext/
COPY --from=planner /app/testing/unreliable-libc ./testing/unreliable-libc/
COPY --from=planner /app/tests ./tests/
COPY --from=planner /app/vendored ./vendored/
COPY --from=planner /app/whopper ./whopper/
RUN if [ "$antithesis" = "true" ]; then \
cp /opt/antithesis/libvoidstar.so /usr/lib/libvoidstar.so && \