Build #228
build.yml
on: schedule
Annotations
1 error and 2 warnings
build-image (OpenMP, gcc, ubuntu:24.04, linux/amd64,linux/arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c \n set -ex\n\n git clone --depth=1 --branch=${KOKKOS_VERSION} https://github.com/kokkos/kokkos kokkos\n\n cd kokkos\n\n cp /cmake/presets/kokkos.json CMakePresets.json\n\n cmake -S . --preset=${KOKKOS_PRESET} \\\n -DCMAKE_INSTALL_PREFIX=/opt/kokkos-${KOKKOS_VERSION}/${KOKKOS_PRESET} \\\n -DKokkos_ARCH_${KOKKOS_ARCH}:BOOL=ON\n\n cmake --build --preset=${KOKKOS_PRESET} -j4\n\n cmake --build --preset=${KOKKOS_PRESET} --target=install\n\n" did not complete successfully: exit code: 1
|
build-image (Cuda, nvidia, nvidia/cuda:12.6.3-devel-ubuntu24.04, linux/amd64, VOLTA70)
Failed to save: "/bin/tar" failed with error: The process '/bin/tar' failed with exit code 1
|
build-image (OpenMP, gcc, ubuntu:24.04, linux/amd64,linux/arm64)
Failed to save: "/bin/tar" failed with error: The process '/bin/tar' failed with exit code 1
|