mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-08 09:21:30 +01:00
community/py3-msgpack: fix tests on mips
This commit is contained in:
parent
411bf797ef
commit
984844d4e6
@ -25,7 +25,7 @@ check() {
|
||||
local _pyarch
|
||||
|
||||
case "$CARCH" in
|
||||
x86_64|aarch64|ppc64le) _pyarch="$CARCH" ;;
|
||||
x86_64|aarch64|ppc64le|mips*) _pyarch="$CARCH" ;;
|
||||
x86) _pyarch=i686 ;;
|
||||
armhf|armv7) _pyarch=armv8l ;;
|
||||
s390x) _pyarch=s390x;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user