Skip to content

Manual - Build, Test, and Push #132

Manual - Build, Test, and Push

Manual - Build, Test, and Push #132

Manually triggered December 16, 2024 15:25
Status Failure
Total duration 1m 20s
Billable time 1m
Artifacts

build-manual.yaml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
manual-build
buildx bake failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c mkdir -p /pwb-staging && RSW_VERSION_URL=$(echo -n \"${RSW_VERSION}\" | sed 's/+/-/g') && curl -fsSL -o /pwb-staging/rsp-session-multi-linux.tar.gz \"https://s3.amazonaws.com/rstudio-ide-build/session/multi/x86_64/rsp-session-multi-linux-${RSW_VERSION_URL}-x86_64.tar.gz\" && mkdir -p /opt/session-components && tar -C /opt/session-components -xpf /pwb-staging/rsp-session-multi-linux.tar.gz && chmod 755 /opt/session-components && curl -fsSL -o /pwb-staging/go.tar.gz \"https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz\" && tar -C /usr/local -xf /pwb-staging/go.tar.gz && rm -rf /pwb-staging" did not complete successfully: exit code: 22
Setup
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636