Install spdlog manually to use correct fmt version in HIP image #135
build_and_deploy.yml
on: pull_request
Build and deploy images
6m 43s
Annotations
1 error
Build and deploy images
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /tmp && cd /tmp && git clone https://github.com/eth-cscs/whip.git && cd whip && cmake -DWHIP_BACKEND=HIP . && make install && cd /tmp && rm -rf /tmp/whip && cd /tmp && git clone https://github.com/fmtlib/fmt.git && cd fmt && git checkout 9.1.0 && cmake -DBUILD_SHARED_LIBS=ON . && make install && cd /tmp && rm -rf /tmp/fmt cd /tmp && git clone https://github.com/gabime/spdlog.git && cd fmt && git checkout 1.9.2 && cmake -DBUILD_SHARED_LIBS=ON -DSPDLOG_FMT_EXTERNAL=ON . && make install && cd /tmp && rm -rf /tmp/spdlog" did not complete successfully: exit code: 128
|