Skip to content
Snippets Groups Projects
Commit f20a45f8 authored by Carlo Landmeter's avatar Carlo Landmeter
Browse files

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?)
parent d32ada88
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ builddir="$srcdir/$pkgname-$pkgver" ...@@ -18,7 +18,6 @@ builddir="$srcdir/$pkgname-$pkgver"
build() { build() {
cd "$builddir" cd "$builddir"
# This package uses _init functions to initialise extensions. With # This package uses _init functions to initialise extensions. With
# --as-needed this will not work. # --as-needed this will not work.
export LDFLAGS="$LDFLAGS -Wl,--no-as-needed" export LDFLAGS="$LDFLAGS -Wl,--no-as-needed"
...@@ -30,7 +29,7 @@ build() { ...@@ -30,7 +29,7 @@ build() {
--disable-debug-info \ --disable-debug-info \
|| return 1 || return 1
make V=1 || return 1 make V=1 || return 1
make check || return 1 [ "$CARCH" = "aarch64" ] || make check || return 1
} }
package() { package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment