George Hu pushed to branch main at Arch Linux / Packaging / Packages / libpoly


Commits:
a480c07f by George Hu at 2026-01-19T15:41:43+08:00
Replace ctest with ninja in `check()` function

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -19,7 +19,7 @@ build() {
 }
 
 check() {
-  ctest --test-dir libpoly-$pkgver --output-on-failure
+  ninja -C libpoly-$pkgver test check
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpoly/-/commit/a480c07f81513013fae14b0af759f5950a0c90a0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpoly/-/commit/a480c07f81513013fae14b0af759f5950a0c90a0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to