testing/texlab: re-enable check on all archs

This commit is contained in:
Marian Buschsieweke 2024-06-27 13:13:32 +02:00 committed by J0WI
parent ed0b52dc93
commit c54aa83fb2

View File

@ -12,12 +12,6 @@ license="GPL-3.0-or-later"
makedepends="cargo cargo-auditable"
source="https://github.com/latex-lsp/texlab/archive/refs/tags/v$pkgver/texlab-v$pkgver.tar.gz"
# tests OOM on 32-bit
# x86_64/ppc64le tests broken with some things in /tmp
case "$CARCH" in
x86|x86_64|ppc64le|armv7) options="!check" ;;
esac
export CARGO_PROFILE_RELEASE_PANIC="unwind"
prepare() {