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

community/udisks2: disable tests on mips

parent 5078537e
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,10 @@ source="https://github.com/storaged-project/udisks/releases/download/udisks-$pkg
"
builddir="$srcdir"/udisks-$pkgver
case "$CARCH" in
mips*) options="!check" ;;
esac
build() {
./configure \
--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