Skip to content

Use x265 releases again #686

Use x265 releases again

Use x265 releases again #686

Triggered via pull request October 15, 2024 10:52
Status Failure
Total duration 31m 37s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
ci
buildx failed with: ERROR: failed to solve: process "/bin/sh -c wget $WGET_OPTS -O x265_git.tar.bz2 \"$X265_URL\" && echo \"$X265_SHA256 x265_git.tar.bz2\" | sha256sum -c - && tar $TAR_OPTS x265_git.tar.bz2 && cd multicoreware-x265_git-*/build/linux && sed -i '/^cmake / s/$/ -G \"Unix Makefiles\" ${CMAKEFLAGS}/' ./multilib.sh && sed -i 's/ -DENABLE_SHARED=OFF//g' ./multilib.sh && MAKEFLAGS=\"-j$(nproc)\" CMAKEFLAGS=\"-DENABLE_SHARED=OFF -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_AGGRESSIVE_CHECKS=ON -DENABLE_NASM=ON -DCMAKE_BUILD_TYPE=Release\" ./multilib.sh && make -C 8bit -j$(nproc) install" did not complete successfully: exit code: 2
ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/