From f127ff65405a04e1f49ee90c5c980f853c324e89 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Sat, 1 Feb 2025 16:17:40 +0100 Subject: [PATCH] temp/iio-sensor-proxy: re-enable tests (MR 6126) As we compile package only for aarch64 Signed-off-by: David Heidelberg --- temp/iio-sensor-proxy/APKBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/temp/iio-sensor-proxy/APKBUILD b/temp/iio-sensor-proxy/APKBUILD index 9445fe9b6..110848dfa 100644 --- a/temp/iio-sensor-proxy/APKBUILD +++ b/temp/iio-sensor-proxy/APKBUILD @@ -2,7 +2,7 @@ pkgname=iio-sensor-proxy pkgver=9999 -pkgrel=8 +pkgrel=9 pkgdesc="IIO sensors to D-Bus proxy" url="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy" arch="aarch64" @@ -31,10 +31,7 @@ source="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/archive/$_commi 0008-drv-ssc-implement-set_polling.patch 0009-tests-integration-test-add-SSC-sensors.patch " -# tests fail on armv7 and armhf, and it seems to be due to some weird issue -# with pmaports qemu CI (not reproducible locally with `pmb build --arch -# armv7`) -options="!check" + build() { abuild-meson \ -Db_lto=true \