Skip to content

Manual build workflow #44

Manual build workflow

Manual build workflow #44

Manually triggered December 30, 2024 09:34
Status Failure
Total duration 29s
Artifacts

manualbuild.yaml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache git && mkdir -p /root/ls/launcher-modules /root/ls/runtime && set -e && echo \"Clone main repository\" && git clone -b dev https://github.com/${GITHUB_REPO}.git src && cd src && sed -i 's/[email protected]:/https:\\/\\/github.com\\//' .gitmodules && git checkout $LAUNCHER_VERSION && git submodule sync && git submodule update --init --recursive && echo \"Build\" && ./gradlew build -Dorg.gradle.daemon=false || ( echo \"Build failed. Stopping\" && exit 101 ) && PTH=LaunchServer/build/libs && \tfor dir in \"LaunchServer.jar\" \"launcher-libraries\" \"launcher-libraries-compile\" \"libraries\"; do \t\tif [ -e \"${PTH}/${dir}\" ] \t\t\tcp -R \"${PTH}/${dir}\" /root/ls \t\telse \t\t\techo \"[E] ${PTH}/${dir} does not exists\" \t\tfi \tdone && cd .. && echo \"Clone runtime repository\" && git clone -b dev https://github.com/${GITHUB_RUNTIME_REPO}.git srcRuntime && cd srcRuntime && git checkout $RUNTIME_VERSION && ./gradlew build -Dorg.gradle.daemon=false || ( echo \"Build failed. Stopping\" && exit 102 ) && cp $(echo build/libs/JavaRuntime*.jar) /root/ls/launcher-modules/ && cp -R runtime/* /root/ls/runtime/" did not complete successfully: exit code: 2
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636