Skip to content

Commit

Permalink
chore: Update to gitlab-runner-rs 0.1.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
em- committed Jun 7, 2024
2 parents 47cae84 + 8e989f6 commit c5907b4
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 45 deletions.
200 changes: 157 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://gitlab.collabora.com/lava/lava-gitlab-runner.git"
bytes = "1.2.1"
chrono = { version = "0.4.20", features = ["serde"] }
colored = "2"
gitlab-runner = "0.0.9"
gitlab-runner = "0.1.0"
lava-api = "0.1.2"
lazy_static = "1.4"
structopt = "0.3.23"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ADD . /app
WORKDIR /app
RUN apt-get update \
&& apt-get install -y pkg-config libssl-dev \
&& apt-get install -y pkg-config libssl-dev cmake \
&& cargo build --release

FROM debian:bookworm-slim
Expand Down

0 comments on commit c5907b4

Please sign in to comment.