This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
ImageProcessor Lint, Build, Test, Deploy #465
ci.yaml
on: workflow_dispatch
ImageProcessor Lint, Build, Test, Deploy
2m 56s
API Deploy Validation
0s
Annotations
1 error
ImageProcessor Lint, Build, Test, Deploy
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y ca-certificates build-essential curl ninja-build meson git nasm openssl pkg-config cmake libssl-dev libpng-dev zlib1g-dev libx264-dev libx265-dev libvpx-dev libopenjp2-7-dev libssl-dev && curl https://sh.rustup.rs -sSf | bash -s -- -y && cd third-party && make clean && rm -rf **/.git && make && apt-get remove -y ca-certificates build-essential curl ninja-build meson git nasm openssl pkg-config cmake libssl-dev libpng-dev zlib1g-dev libx264-dev libx265-dev libvpx-dev libopenjp2-7-dev libssl-dev && rustup self uninstall -y && apt-get autoremove -y && apt-get clean -y && rm -rf /var/cache/apt/archives /var/lib/apt/lists/* && cd .. && cp -r out / && cd / && rm -rf /tmp/build" did not complete successfully: exit code: 2
|