We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2431949 commit 71d5fb3Copy full SHA for 71d5fb3
test-build.Dockerfile
@@ -4,4 +4,4 @@ FROM rust:bookworm AS builder
4
# Install requirements for bindgen: https://rust-lang.github.io/rust-bindgen/requirements.html
5
RUN apt update && apt install -y llvm-dev libclang-dev clang
6
COPY . .
7
-RUN cargo build
+RUN cargo check --package llama-cpp-sys-2
0 commit comments