main/varnish: disable check on loongarch64

Since the default page size of loongarch64 is 16k, the test
c00057 will fail.
This commit is contained in:
znley 2024-04-17 08:48:24 +00:00 committed by Patrycja Rosa
parent 0bedb786c3
commit 7a29d475b9

View file

@ -28,7 +28,7 @@ source="https://varnish-cache.org/_downloads/varnish-$pkgver.tgz
varnishreload-$pkgver::https://github.com/varnishcache/pkg-varnish-cache/raw/35cba4e219b135b637bfd4fb27d98d548f21c20e/systemd/varnishreload"
case "$CARCH" in
ppc64le) options="$options !check";; # tests fail
ppc64le|loongarch64) options="$options !check";; # tests fail
esac
# secfixes: