Build #1126
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error
Build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -ex; echo \"pub const VERSION: &str = \\\"$(git describe --tag)\\\";\" > crates/utils/src/version.rs; echo \"Building Lemmy $(git describe --tag), Cargo Target: $(rustc -vV | sed -n 's|host: ||p'), Mode: $RUST_RELEASE_MODE\"; if [ \"${RUST_RELEASE_MODE}\" = \"debug\" ]; then cargo build --features \"${CARGO_BUILD_FEATURES}\"; else [ -z \"$USE_RELEASE_CACHE\" ] && cargo clean --release; cargo build --features \"${CARGO_BUILD_FEATURES}\" --release; fi; mv \"./target/$CARGO_BUILD_TARGET/$RUST_RELEASE_MODE/lemmy_server\" ./../lemmy_server;" did not complete successfully: exit code: 101
|