Skip to content

fix: 激活uv

fix: 激活uv #179

Triggered via push January 7, 2025 08:19
Status Failure
Total duration 36s
Artifacts

build-dev.yml

on: push
Build Docker Image
27s
Build Docker Image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Build Docker Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache --virtual .build-deps libffi-dev gcc musl-dev libxml2-dev libxslt-dev && apk add --no-cache $(cat /tmp/package_list.txt) && curl https://rclone.org/install.sh | bash && if [ \"$(uname -m)\" = \"x86_64\" ]; then ARCH=amd64; elif [ \"$(uname -m)\" = \"aarch64\" ]; then ARCH=arm64; fi && curl https://dl.min.io/client/mc/release/linux-${ARCH}/mc --create-dirs -o /usr/bin/mc && chmod +x /usr/bin/mc && curl -LsSf https://astral.sh/uv/install.sh | sh && source $HOME/.local/bin/env && uv sync && apk del --purge .build-deps && rm -rf /tmp/* /root/.cache /var/cache/apk/*" did not complete successfully: exit code: 2
Build Docker Image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636