Skip to content

Commit 7eaf8ed

Browse files
committed
ci: remove obsolete ledger flag
1 parent aa520a6 commit 7eaf8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ RUN apt-get update && apt-get install -y \
2525
COPY Cargo.toml Cargo.lock ./
2626
COPY crates ./crates
2727

28-
# Build the application in release mode with Ledger support
29-
RUN cargo build --release --bin inferadb-control --features ledger
28+
# Build the application in release mode
29+
RUN cargo build --release --bin inferadb-control
3030

3131
# Strip debug symbols to reduce binary size
3232
RUN strip /app/target/release/inferadb-control

0 commit comments

Comments
 (0)