Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergeek77 authored Nov 17, 2024
1 parent 35b30df commit eb8f737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-backend
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/lemmy/target set -ex; \
# Release build
RUN --mount=type=cache,target=/lemmy/target set -ex; \
# Build with 16 codegen units 32-bit architectures due to build issues
if [[ "$(getconf LONG_BIT)" == "32" ]]; then; \
if [[ "$(getconf LONG_BIT)" == "32" ]]; then \
RUSTFLAGS='RUSTFLAGS=-Ccodegen-units=16'; \
fi; \
if [ "${RUST_RELEASE_MODE}" = "release" ]; then \
Expand Down

0 comments on commit eb8f737

Please sign in to comment.