Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
lib32-util-linux
Commits:
856738f5 by Christian Hesse at 2025-11-01T16:47:45+01:00
run the test-suite
- - - - -
cd4f38c1 by Christian Hesse at 2025-11-01T16:49:05+01:00
... disable these tests for now
- - - - -
3f60cc16 by Christian Hesse at 2025-11-01T16:49:30+01:00
run test-suite with --show-diff
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -68,6 +68,14 @@ build() {
meson compile -C build
}
+check() {
+ # these fail, so remove for now untill fixed
+ rm util-linux/tests/ts/{fadvise/drop,fincore/count,misc/swaplabel}
+
+ cd build
+ ../util-linux/tests/run.sh --show-diff
+}
+
package() {
DESTDIR="${pkgdir}" meson install -C build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-util-linux/-/compare/5c5fdb3392e566f168e4fc8cd1a20bad4f202860...3f60cc1622eb55eda8dcc87a18b26d2dbaa99e11
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-util-linux/-/compare/5c5fdb3392e566f168e4fc8cd1a20bad4f202860...3f60cc1622eb55eda8dcc87a18b26d2dbaa99e11
You're receiving this email because of your account on gitlab.archlinux.org.