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() {