chore: release 2024.12.0 (#3302) #772
Annotations
1 error and 1 warning
Build and push Docker image
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends bison build-essential cmake direnv fd-find fish python3-venv pipx && ln -s /usr/bin/{fdfind,fd} && mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo \"deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main\" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install -y --no-install-recommends nodejs && node -v && curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash && rustup toolchain install nightly --component llvm-tools-preview && rustup component add llvm-tools-preview && cargo binstall -y cargo-deny cargo-insta cargo-machete cargo-nextest cross zipsign && apt-get clean && rm -rf /var/lib/apt/lists/* && rustc -vV && cargo -V && node -v && npm -v && python3 -V && pipx --version && rm -rf \"$CARGO_HOME/registry\" && ln -sv /tmp/mise/registry \"$CARGO_HOME/registry\" && mkdir -p /tmp/mise/registry" did not complete successfully: exit code: 2
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading