mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
community/ruff: fix case syntax
This commit is contained in:
parent
53bf1214c6
commit
b40b64f0f4
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user