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

testing/b3sum: disable check on armhf

parent 2885bef9
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!35059testing/b3sum: enable for armhf
......@@ -11,7 +11,13 @@ makedepends="cargo"
source="b3sum-$pkgver.tar.gz::https://crates.io/api/v1/crates/b3sum/$pkgver/download"
case "$CARCH" in
armv7) _features="neon" ;;
armhf)
# hang forever, probably due to non-native hardware
options="$options !check"
;;
armv7)
_features="neon"
;;
esac
build() {
......
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