mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/babeltrace: disable tests on aarch64
ERROR: lib/test_ctf_writer_complete - missing test plan ERROR: lib/test_ctf_writer_complete - exited with status 134 (terminated by signal 6?)
This commit is contained in:
parent
d32ada8840
commit
f20a45f8f3
@ -18,7 +18,6 @@ builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
|
||||
# This package uses _init functions to initialise extensions. With
|
||||
# --as-needed this will not work.
|
||||
export LDFLAGS="$LDFLAGS -Wl,--no-as-needed"
|
||||
@ -30,7 +29,7 @@ build() {
|
||||
--disable-debug-info \
|
||||
|| return 1
|
||||
make V=1 || return 1
|
||||
make check || return 1
|
||||
[ "$CARCH" = "aarch64" ] || make check || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user