From b40b64f0f4516b1b2e21e9cd8f6c2fa4ccb121ee Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 28 Mar 2026 19:40:27 +0000 Subject: [PATCH] community/ruff: fix case syntax --- community/ruff/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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