Skip to content

Update libvpl to 2.14.0 from 2.13.0 #745

Update libvpl to 2.14.0 from 2.13.0

Update libvpl to 2.14.0 from 2.13.0 #745

Triggered via pull request December 17, 2024 16:07
Status Failure
Total duration 48m 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 libvpl.tar.gz \"$LIBVPL_URL\" && echo \"$LIBVPL_SHA256 libvpl.tar.gz\" | sha256sum -c - && tar $TAR_OPTS libvpl.tar.gz && cd libvpl-* && cmake -B build -G\"Unix Makefiles\" -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF -DENABLE_WARNING_AS_ERROR=ON && cmake --build build -j$(nproc) && cmake --install build" did not complete successfully: exit code: 1
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636