Skip to content

Commit 71d5fb3

Browse files
committed
even simpler
1 parent 2431949 commit 71d5fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ FROM rust:bookworm AS builder
44
# Install requirements for bindgen: https://rust-lang.github.io/rust-bindgen/requirements.html
55
RUN apt update && apt install -y llvm-dev libclang-dev clang
66
COPY . .
7-
RUN cargo build
7+
RUN cargo check --package llama-cpp-sys-2

0 commit comments

Comments
 (0)