Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
clipcat
Commits:
c25e4ec7 by George Hu at 2026-01-26T17:49:20+03:00
Avoid skipping X11 tests
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -44,9 +44,7 @@ build() {
check() {
cd "$pkgname-$pkgver"
_force_libgit19
- cargo test --frozen --all-features -- \
- --skip test_x11_clipboard \
- --skip test_x11_primary
+ cargo test --frozen --all-features
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/clipcat/-/commit/c25e4ec72c31827c283efc00663ad6578db0836a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/clipcat/-/commit/c25e4ec72c31827c283efc00663ad6578db0836a
You're receiving this email because of your account on gitlab.archlinux.org.