Skip to content

Commit

Permalink
Correct processor feature flagging
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Nov 30, 2023
1 parent 83a045d commit 3b7bc5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion orchestration/processor/bitcoin/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 bitcoin" -p serai-processor && \
cargo build --features "binaries redb bitcoin" -p serai-processor && \
mv /serai/target/debug/serai-processor /serai/bin
FROM debian:bookworm-slim as image

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cargo build --features "binaries bitcoin" -p serai-processor && \
cargo build --features "binaries redb bitcoin" -p serai-processor && \
mv /serai/target/debug/serai-processor /serai/bin
2 changes: 1 addition & 1 deletion orchestration/processor/monero/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 monero" -p serai-processor && \
cargo build --features "binaries redb monero" -p serai-processor && \
mv /serai/target/debug/serai-processor /serai/bin
FROM debian:bookworm-slim as image

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

0 comments on commit 3b7bc5a

Please sign in to comment.