Skip to content

Commit

Permalink
even simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Jan 17, 2024
1 parent 2431949 commit 71d5fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ FROM rust:bookworm AS builder
# Install requirements for bindgen: https://rust-lang.github.io/rust-bindgen/requirements.html
RUN apt update && apt install -y llvm-dev libclang-dev clang
COPY . .
RUN cargo build
RUN cargo check --package llama-cpp-sys-2

0 comments on commit 71d5fb3

Please sign in to comment.