Test without branch #4
Annotations
1 error
Build Docker Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${rust_version} -y; curl https://s3-eu-west-1.amazonaws.com/static-libraries.concordium.com/ghc-${ghc_version}-fpic-gmp-x86_64-unknown-linux-gnu.tar.gz -o ghc.tar.gz; tar -xf ghc.tar.gz; cp -r bootstrapped_out/* /; rm -r bootstrapped_out ghc.tar.gz; curl -L https://github.com/commercialhaskell/stack/releases/download/v${stack_version}/stack-${stack_version}-linux-x86_64.tar.gz -o stack.tar.gz; tar -xf stack.tar.gz; mkdir -p $HOME/.stack/bin; mv stack-${stack_version}-linux-x86_64/stack $HOME/.stack/bin; echo \"system-ghc: true\" > ~/.stack/config.yaml; rm -rf stack.tar.gz; stack update; cargo --version; rustup --version; rustc --version; ghc --version; stack --version;" did not complete successfully: exit code: 127
|
Loading