From c54aa83fb21cb5489f3527268fa69ef9b4c74a62 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Thu, 27 Jun 2024 13:13:32 +0200 Subject: [PATCH] testing/texlab: re-enable check on all archs --- testing/texlab/APKBUILD | 6 ------ 1 file changed, 6 deletions(-) diff --git a/testing/texlab/APKBUILD b/testing/texlab/APKBUILD index fc95763777f..050d72ea3a3 100644 --- a/testing/texlab/APKBUILD +++ b/testing/texlab/APKBUILD @@ -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() {