mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
main/orc: disable tests on armhf
make check-TESTS make[4]: Entering directory '/home/buildozer/aports/main/orc/src/orc-0.4.28/testsuite' make[5]: Entering directory '/home/buildozer/aports/main/orc/src/orc-0.4.28/testsuite' PASS: test_accsadubl PASS: test-schro PASS: abi PASS: test-limits PASS: exec_parse PASS: test_parse PASS: perf_parse PASS: perf_opcodes_sys FAIL: exec_opcodes_sys PASS: memcpy_speed ============================================================================ Testsuite summary for orc 0.4.28 ============================================================================ # TOTAL: 10 # PASS: 9 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0
This commit is contained in:
parent
bf5e6f93b8
commit
b42b1e228c
@ -13,6 +13,11 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-compiler"
|
|||||||
source="https://gstreamer.freedesktop.org/src/orc/${pkgname}-${pkgver}.tar.xz"
|
source="https://gstreamer.freedesktop.org/src/orc/${pkgname}-${pkgver}.tar.xz"
|
||||||
builddir="$srcdir/$pkgname-$pkgver"
|
builddir="$srcdir/$pkgname-$pkgver"
|
||||||
|
|
||||||
|
case "$CARCH" in
|
||||||
|
# FIXME: Test exec_opcodes_sys fails on armhf.
|
||||||
|
armhf) options="!check";;
|
||||||
|
esac
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user