Skip to content
Snippets Groups Projects
Commit 1f94d9e0 authored by Jingyun Hua's avatar Jingyun Hua Committed by Celeste
Browse files

community/py3-loky: disable check on loongarch64

parent 67ee2f6b
No related branches found
No related tags found
1 merge request!67637community/py3-loky: disable check on loongarch64
Pipeline #241198 skipped
......@@ -14,6 +14,9 @@ subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/joblib/loky/archive/$pkgver.tar.gz"
builddir="$srcdir/loky-$pkgver"
# few tests failed
[ "$CARCH" = "loongarch64" ] && options="$options !check"
build() {
python3 setup.py build
}
......
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