Skip to content

Build Workflow

Build Workflow #168

Triggered via schedule September 15, 2024 01:15
Status Failure
Total duration 1m 28s
Artifacts

autobuild.yaml

on: schedule
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 && cp -R ${PTH}/LaunchServer.jar ${PTH}/launcher-libraries ${PTH}/launcher-libraries-compile ${PTH}/libraries /root/ls && 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: 102
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/