mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/texlab: re-enable check on all archs
This commit is contained in:
parent
ed0b52dc93
commit
c54aa83fb2
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user