Skip to content

Manual - Docker Build #2

Manual - Docker Build

Manual - Docker Build #2

Manually triggered September 4, 2024 00:03
Status Failure
Total duration 4m 20s
Artifacts

ci-build.yaml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c git clone --single-branch --depth 1 --branch=\"$XMRIG_VERSION\" \"$XMRIG_URL\" && cd xmrig && mkdir -p build && sed -i 's/kDefaultDonateLevel = 1;/kDefaultDonateLevel = 0;/; s/kMinimumDonateLevel = 1;/kMinimumDonateLevel = 0;/;' src/donate.h && cd scripts && ./build_deps.sh && cd ../build && if [[ \"$(uname -m)\" == *\"aarch64\"* ]]; then XMRIG_BUILD_ARGS=\"$XMRIG_BUILD_ARGS -DWITH_HWLOC=OFF -DCMAKE_SYSTEM_PROCESSOR=arm\"; fi && cmake .. \"$XMRIG_BUILD_ARGS\" && make -j$(nproc)" did not complete successfully: exit code: 1
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/