community/ruff: fix case syntax

This commit is contained in:
mio 2026-03-28 19:40:27 +00:00
parent 53bf1214c6
commit b40b64f0f4

View File

@ -26,7 +26,7 @@ options="net"
case "$CARCH" in
# Avoid OOM on some arches
arm*) export CARGO_PROFILE_RELEASE_LTO="thin"
arm*) export CARGO_PROFILE_RELEASE_LTO="thin" ;;
esac
export CARGO_PROFILE_RELEASE_OPT_LEVEL=2