Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@


rust-base:
FROM rust:1.87.0-alpine3.21@sha256:fa7c28576553c431224a85c897c38f3a6443bd831be37061ab3560d9e797dc82
FROM rust:1.87.0-alpine3.22@sha256:126df0f2a57e675f9306fe180b833982ffb996e90a92a793bb75253cfeed5475
RUN apk add --no-cache \

Check failure on line 17 in Earthfile

View workflow job for this annotation

GitHub Actions / Linting

Error

The command RUN apk add --no-cache bash=5.2.37-r0 musl-dev=1.2.5-r9 did not complete successfully. Exit code 1

Check failure on line 17 in Earthfile

View workflow job for this annotation

GitHub Actions / Linting (shell)

Error

The command RUN apk add --no-cache bash=5.2.37-r0 musl-dev=1.2.5-r9 did not complete successfully. Exit code 1

Check failure on line 17 in Earthfile

View workflow job for this annotation

GitHub Actions / Unit Test

Error

The command RUN apk add --no-cache bash=5.2.37-r0 musl-dev=1.2.5-r9 did not complete successfully. Exit code 1

Check failure on line 17 in Earthfile

View workflow job for this annotation

GitHub Actions / Linting (rust)

Error

The command RUN apk add --no-cache bash=5.2.37-r0 musl-dev=1.2.5-r9 did not complete successfully. Exit code 1

Check failure on line 17 in Earthfile

View workflow job for this annotation

GitHub Actions / Compile

Error

The command RUN apk add --no-cache bash=5.2.37-r0 musl-dev=1.2.5-r9 did not complete successfully. Exit code 1

Check failure on line 17 in Earthfile

View workflow job for this annotation

GitHub Actions / Formatting (rust)

Error

The command RUN apk add --no-cache bash=5.2.37-r0 musl-dev=1.2.5-r9 did not complete successfully. Exit code 1

Check failure on line 17 in Earthfile

View workflow job for this annotation

GitHub Actions / Clean

Error

The command RUN apk add --no-cache bash=5.2.37-r0 musl-dev=1.2.5-r9 did not complete successfully. Exit code 1
bash=5.2.37-r0 \
musl-dev=1.2.5-r9
RUN rustup component add rustfmt clippy
Expand Down
Loading