Build-Test-Push #85
Annotations
1 error
Build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update && \tapt-get install -y --no-install-recommends curl \tca-certificates \tpython3 \tapt-utils \tbuild-essential \tbison \tlibyaml-dev \tlibgdbm-dev \tlibreadline-dev \tlibjemalloc-dev \tlibncurses5-dev \tlibffi-dev \tzlib1g-dev \tlibssl-dev && \tcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain stable && \tsource \"${HOME}/.cargo/env\" && \tcurl -L -o \"ruby-${RUBY_VERSION}.tar.gz\" \"https://cache.ruby-lang.org/pub/ruby/${RUBY_VERSION%.*}/ruby-${RUBY_VERSION}.tar.gz\" && \techo \"${RUBY_CHECKSUM} ruby-${RUBY_VERSION}.tar.gz\" | sha256sum --strict -c - && \ttar xf \"ruby-${RUBY_VERSION}.tar.gz\" && \tcd \"ruby-${RUBY_VERSION}\" && \t./configure --prefix=/opt/ruby \t--with-jemalloc \t--enable-shared \t--disable-install-doc \t\"${ADDITIONAL_FLAGS}\" && \tmake -j\"$(nproc)\" > /dev/null && \tmake install && \trustup self uninstall -y && \trm -rf /tmp/build && \tapt-get clean" did not complete successfully: exit code: 2
|
The logs for this run have expired and are no longer available.
Loading