Skip to content

fix: 移除requirements.txt #191

fix: 移除requirements.txt

fix: 移除requirements.txt #191

Triggered via push January 7, 2025 10:14
Status Failure
Total duration 52s
Artifacts

build-dev.yml

on: push
Build Docker Image
40s
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 && addgroup -S nt -g 911 && adduser -S nt -G nt -h ${HOME} -s /bin/bash -u 911 && echo 'fs.inotify.max_user_watches=5242880' >> /etc/sysctl.conf && echo 'fs.inotify.max_user_instances=5242880' >> /etc/sysctl.conf && echo 'vm.overcommit_memory=1' >> /etc/sysctl.conf && echo \"nt ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers && uv sync --frozen --no-cache && 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