Publish Docker image #64
Annotations
1 error and 1 warning
buildx failed with: ERROR: failed to solve: process "/bin/sh -c git clone --depth 1 --branch v1.8 https://github.com/pocl/pocl.git && yum update -y && yum install -y ocl-icd-devel opencl-headers && cmake -B pocl/build -S pocl -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-stdlib=libstdc++ -DPOCL_INSTALL_ICD_VENDORDIR=/etc/OpenCL/vendors -DPOCL_DEBUG_MESSAGES=OFF -DSTATIC_LLVM=ON -DINSTALL_OPENCL_HEADERS=OFF -DENABLE_SPIR=OFF -DENABLE_POCLCC=OFF -DENABLE_TESTS=OFF -DENABLE_EXAMPLES=OFF && cmake --build pocl/build -j4 && cmake --install pocl/build && rm -f ./compile_test*.bc && rm -f ./compile_test*.o && rm -rf ./pocl && yum clean all && rm -rf /var/cache/yum" did not complete successfully: exit code: 1
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job failed
Loading