~alpine/aports

[alpine-aports] [PATCH] main/orc: disable tests on mips*

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20181114001200.F08A5622B6@mx12.valuehost.ru>
Sender timestamp
1542142985
DKIM signature
missing
Download raw message
Patch: +2 -1
ORC generates MIPS DSP Module Rev2 code which is not supported by Alpine mips* definitions.

Keep pkgrel intact since other architectures are unaffected by this change.
---
 main/orc/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/orc/APKBUILD b/main/orc/APKBUILD
index 807be59e8f..9259f9a467 100644
--- a/main/orc/APKBUILD
+++ b/main/orc/APKBUILD
@@ -15,7 +15,8 @@ builddir="$srcdir/$pkgname-$pkgver"

case "$CARCH" in
	# FIXME: Test exec_opcodes_sys fails on armhf.
	arm*) options="!check";;
	# FIXME: MIPS DSP Module Rev2 is required for tests on mips*.
	arm*|mips*) options="!check";;
esac

build() {
-- 
2.19.1




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)