Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / glad
Commits:
0a0c5d33 by Robin Candau at 2024-09-06T19:22:18+02:00
Remove check dependency specific to windows tests
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ arch=('any')
license=('MIT')
depends=('python' 'python-jinja' 'python-lxml' 'python-setuptools')
makedepends=('python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-pytest' 'xorgproto' 'libx11' 'glfw-x11'
'xorg-server-xvfb' 'mingw-w64-gcc' 'rust' 'libxinerama')
+checkdepends=('python-pytest' 'xorgproto' 'libx11' 'glfw-x11'
'xorg-server-xvfb' 'rust' 'libxinerama')
source=(${url}/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha512sums=('6aae5e36acd319913f3c313da2a552d3033f7acbfd38fd07da99e737a23eaf250091134d82eceaf106aaa26bdd9f3a95b64dea635d5a82010e4d9a0ba69fc0e1')
b2sums=('b6bb2157742d4d186f83a4bb1d97e1b62a7266970cd6fa4d80218f264df48161647cd520dbd6fbde6bfd96b81e938e724a15153d4721b2fa6f678d145c7927f0')
@@ -25,7 +25,7 @@ check() {
rm test/c/run/wgl -r # Remove Windows tests
PRINT_MESSAGE=1 \
EXIT_ON_FAILURE=1 \
- xvfb-run env EXIT_ON_FAILURE=0 ./utility/test.sh || true
+ xvfb-run ./utility/test.sh
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glad/-/commit/0a0c5d334945aa001aa56c2ad10db43ab42141ef
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glad/-/commit/0a0c5d334945aa001aa56c2ad10db43ab42141ef
You're receiving this email because of your account on gitlab.archlinux.org.