diff --git a/testing/texlab/APKBUILD b/testing/texlab/APKBUILD index fc95763777f48ec870f9ce560e2a1d733517e509..050d72ea3a3409c45b059034a1643624f3febc7b 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() {