Skip to content
Snippets Groups Projects
Commit 5dd4e6a4 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/dunst: disable tests on riscv64

They depend on librsvg which is Rust
parent a6509dcb
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz"
case "$CARCH" in
mips*|s390x)
mips64|s390x|riscv64)
options="!check" ;; # tests depend on librsvg
*)
checkdepends="$checkdepends dbus librsvg bash" ;;
......
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