Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
util-linux
Commits:
cb05ce34 by Christian Hesse at 2025-11-01T10:17:23+01:00
run the test-suite
- - - - -
7074ea72 by Christian Hesse at 2025-11-01T12:48:18+01:00
... disable these tests for now
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -110,6 +110,14 @@ build() {
meson compile -C build
}
+check() {
+ # these fail, so remove for now untill fixed
+ rm util-linux/tests/ts/{fadvise/drop,fincore/count}
+
+ cd build
+ ../util-linux/tests/run.sh
+}
+
package_util-linux() {
conflicts=('rfkill' 'hardlink')
provides=('rfkill' 'hardlink')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/util-linux/-/compare/8323060953e1632fbca84e71b73d7d5512ab09d1...7074ea72724a276f87c04410ad8e2358dd31a323
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/util-linux/-/compare/8323060953e1632fbca84e71b73d7d5512ab09d1...7074ea72724a276f87c04410ad8e2358dd31a323
You're receiving this email because of your account on gitlab.archlinux.org.