Skip to content
Snippets Groups Projects
Unverified Commit 27cb596d authored by Robert Eckelmann's avatar Robert Eckelmann Committed by Oliver Smith
Browse files

extra-repos/systemd: wireplumber, disable tests for armv7 as well (MR 6030)


After the initial merge wireplumber failed on bpo for armv7,
It was recommended to disable tests for armv7 for now.

fixes #3454

Signed-off-by: default avatarRobert Eckelmann <longnoserob@postmarketos.org>
Tweaked-by: default avatarOliver Smith <ollieparanoid@postmarketos.org>
[ci:skip-vercheck]: no bump because we don't need a rebuild where it
		    succeeded
parent 431d0aaa
Branches
No related tags found
1 merge request!6030extra-repos/systemd: wireplumber, disable tests for armv7 as well
Pipeline #213458 canceled
......@@ -43,6 +43,11 @@ s390x)
# probably broken here, but we want this just so pipewire is installable
options="$options !check"
;;
armv7)
# Tests fail in BPO, probably related to QEMU since they seem to pass
# for the pipewire package in Alpine for this arch.
options="$options !check"
;;
esac
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment