Skip to content
Snippets Groups Projects
Commit c094409f authored by alice's avatar alice
Browse files

community/py3-pyfakefs: skip check on aarch64

parent a23e63cf
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,11 @@ subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
case "$CARCH" in
# fails on builder currently
aarch64) options="$options !check" ;;
esac
build() {
gpep517 build-wheel \
--wheel-dir .dist \
......
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