Skip to content

Commit

Permalink
Correct rebase artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Nov 29, 2023
1 parent 2ff0a7d commit 8378a10
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion orchestration/message-queue/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/root/.cargo \
--mount=type=cache,target=/usr/local/cargo/git \
--mount=type=cache,target=/serai/target \
mkdir /serai/bin && \
cargo build --features "binaries redb" -p serai-message-queue && \
cargo build --features redb -p serai-message-queue && \
mv /serai/target/debug/serai-message-queue /serai/bin
FROM debian:bookworm-slim as image

Expand Down
2 changes: 1 addition & 1 deletion orchestration/message-queue/Dockerfile.message-queue
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cargo build --features "binaries redb" -p serai-message-queue && \
cargo build --features redb -p serai-message-queue && \
mv /serai/target/debug/serai-message-queue /serai/bin

0 comments on commit 8378a10

Please sign in to comment.