Skip to content
Snippets Groups Projects
Commit 9e870b75 authored by Celeste's avatar Celeste
Browse files

community/perl-io-async: switch to case statement

parent ae6ec956
No related branches found
No related tags found
1 merge request!67589community/perl-io-async: loongarch64 also does not test 70future-io.t
Pipeline #241092 passed
......@@ -30,9 +30,11 @@ build() {
check() {
# Test fails due to nothing ready after 10 second wait on ppc64le CI
if [ "$CARCH" = "ppc64le" ] || [ "$CARCH" = "loongarch64" ]; then
case "$CARCH" in
ppc64le|loongarch64)
rm -vf ./t/70future-io.t
fi
;;
esac
./Build test
}
......
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