Skip to content
Snippets Groups Projects
Commit 4ccb78e8 authored by mio's avatar mio Committed by Bart Ribbers
Browse files

community/libpinyin: disable test_ngram on loongarch64

Add loongarch64 to the list of arches where the test `test_ngram` has
already been disabled. The test failed after multiple retries on the
3.21 loongarch64 builder.

Same issue that was addressed in 0f797f26
for some arches.
parent 0a5600b8
No related branches found
No related tags found
1 merge request!74159community/libpinyin: disable test_ngram on loongarch64
Pipeline #268417 skipped
......@@ -23,7 +23,7 @@ prepare() {
default_prepare
case $CARCH in
a*|s390x|x86)
a*|loongarch64|s390x|x86)
# this test is failing on the package builders for these architectures
# but not in CI
patch -p1 < "$srcdir"/disable-test_ngram_patch
......
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