Merge 'Fix simulator docker build chef by adding whopper directory' from Preston Thorpe

Closes #3068
This commit is contained in:
Pekka Enberg
2025-09-12 20:40:42 +03:00
committed by GitHub

View File

@@ -27,6 +27,7 @@ COPY tests ./tests/
COPY packages ./packages/
COPY testing/sqlite_test_ext ./testing/sqlite_test_ext
COPY sql_generation ./sql_generation/
COPY whopper ./whopper
RUN cargo chef prepare --bin limbo_sim --recipe-path recipe.json
#