community/py3-sqlalchemy: skip check on x86

This commit is contained in:
psykose 2023-05-01 02:37:49 +00:00
parent 4eb6ffce2d
commit da6268e2dd

View File

@ -18,6 +18,11 @@ builddir="$srcdir/SQLAlchemy-$pkgver"
replaces="py-sqlalchemy" # Backwards compatibility
provides="py-sqlalchemy=$pkgver-r$pkgrel" # Backwards compatibility
# crashloops until it eventually passes, fixme
case "$CARCH" in
x86) options="$options !check" ;;
esac
build() {
python3 setup.py build
}