diff --git a/community/ruff/APKBUILD b/community/ruff/APKBUILD index d58c9950ab7..63e8e04e6af 100644 --- a/community/ruff/APKBUILD +++ b/community/ruff/APKBUILD @@ -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