Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages /
virglrenderer
Commits:
027e3741 by Zhafran Azmi at 2024-05-22T14:52:44+00:00
Disable tests
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -19,13 +19,13 @@ build() {
meson --prefix=/usr build \
-Dvideo=true \
-Dvenus=true \
- -Dtests=true
+ # -Dtests=true
ninja -C build
}
check() {
cd virglrenderer-$_tag
- ninja -C build test
+ # ninja -C build test #TODO: figure out why tests fail in chroot environment
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/virglrenderer/-/commit/027e3741ea6444e73f10f85dc699ceefa85397b7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/virglrenderer/-/commit/027e3741ea6444e73f10f85dc699ceefa85397b7
You're receiving this email because of your account on gitlab.archlinux.org.