Skip to content
Snippets Groups Projects
Commit 7a29d475 authored by znley's avatar znley Committed by Patrycja Rosa
Browse files

main/varnish: disable check on loongarch64

Since the default page size of loongarch64 is 16k, the test
c00057 will fail.
parent 0bedb786
No related branches found
No related tags found
1 merge request!64383main/varnish: disable check on loongarch64
Pipeline #228760 canceled
......@@ -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:
......
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