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

community/py3-memory-tempfile: skip check all

parent ca88cf97
No related branches found
No related tags found
No related merge requests found
......@@ -12,13 +12,8 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/mbello/memory-tempfile/archi
poetry-core.patch
"
builddir="$srcdir/memory-tempfile-$pkgver"
case "$CARCH" in
s390x|armhf|armv7)
# can't find a tmpdir even when there is one on builders
options="$options !check"
;;
esac
# can't find a tmpdir even when there is one on builders, works locally
options="$options !check"
build() {
mkdir -p 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