Skip to content
Snippets Groups Projects
Commit 811a436a authored by Ariadne Conill's avatar Ariadne Conill
Browse files

main/ell: disable tests on ARM

parent ded4907c
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,10 @@ subpackages="$pkgname-dev" ...@@ -13,6 +13,10 @@ subpackages="$pkgname-dev"
source="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-$pkgver.tar.gz source="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-$pkgver.tar.gz
" "
case "$CARCH" in
aarch64|arm*) options="!check" ;;
esac
build() { build() {
./configure \ ./configure \
--build=$CBUILD \ --build=$CBUILD \
......
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