Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
9e870b75
Commit
9e870b75
authored
8 months ago
by
Celeste
Browse files
Options
Downloads
Patches
Plain Diff
community/perl-io-async: switch to case statement
parent
ae6ec956
No related branches found
No related tags found
1 merge request
!67589
community/perl-io-async: loongarch64 also does not test 70future-io.t
Pipeline
#241092
passed
8 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/perl-io-async/APKBUILD
+4
-2
4 additions, 2 deletions
community/perl-io-async/APKBUILD
with
4 additions
and
2 deletions
community/perl-io-async/APKBUILD
+
4
−
2
View file @
9e870b75
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment