Skip to content

feat: initial code for cardano-cli #1

feat: initial code for cardano-cli

feat: initial code for cardano-cli #1

Triggered via pull request December 11, 2023 16:45
Status Cancelled
Total duration 32m 41s
Artifacts

ci-docker.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build-amd64
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"Building tags/${CLI_VERSION}...\" && echo tags/cardano-cli-${CLI_VERSION} > /CARDANO_BRANCH && git clone https://github.com/input-output-hk/cardano-cli.git && cd cardano-cli && git fetch --all --recurse-submodules --tags && git tag && git checkout tags/cardano-cli-${CLI_VERSION} && echo \"with-compiler: ghc-${GHC_VERSION}\" >> cabal.project.local && echo \"tests: False\" >> cabal.project.local && cabal update && cabal build all && mkdir -p /root/.local/bin/ && cp -p \"$(./scripts/bin-path.sh cardano-cli)\" /root/.local/bin/ && rm -rf /root/.cabal/packages && rm -rf /usr/local/lib/ghc-${GHC_VERSION}/ /usr/local/share/doc/ghc-${GHC_VERSION}/ && rm -rf /code/cardano-cli/dist-newstyle/ && rm -rf /root/.cabal/store/ghc-${GHC_VERSION}" did not complete successfully: exit code: 1
build-arm64
The run was canceled by @wolf31o2.