Skip to content
Snippets Groups Projects
Commit c54aa83f authored by Marian Buschsieweke's avatar Marian Buschsieweke Committed by J0WI
Browse files

testing/texlab: re-enable check on all archs

parent ed0b52dc
No related branches found
No related tags found
1 merge request!68310testing/texlab: upgrade to 5.19.0
Pipeline #253108 skipped
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment