fixup
build Build build has failed Details
format Build format has succeeded Details
rust-clippy Build rust-clippy has failed Details
rust-test Build rust-test has failed Details

This commit is contained in:
Tom Alexander 2024-05-12 01:34:24 -04:00
parent 96d414b9c4
commit 5c02a28a66
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM rustlang/rust:nightly-alpine3.19 AS builder
RUN apk add --no-cache musl-dev pkgconf pipewire-dev
RUN apk add --no-cache musl-dev pkgconf pipewire-dev clang-dev
RUN mkdir /root/ta_waybar_pipewire
WORKDIR /root/ta_waybar_pipewire

View File

@ -1,6 +1,6 @@
FROM rustlang/rust:nightly-alpine3.19 AS builder
RUN apk add --no-cache musl-dev pkgconf
RUN apk add --no-cache musl-dev pkgconf pipewire-dev clang-dev
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
RUN rustup component add rustfmt
RUN rustup component add clippy