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
Merge requests
!68916
testing/tinycbor: disable check on loongarch64
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/tinycbor: disable check on loongarch64
zhaixiaojuan/aports:tinycbor
into
master
Overview
2
Commits
1
Pipelines
5
Changes
1
All threads resolved!
Hide all comments
Merged
zhaixiaojuan
requested to merge
zhaixiaojuan/aports:tinycbor
into
master
8 months ago
Overview
2
Commits
1
Pipelines
5
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
9c6f6aac
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9c6f6aac
testing/tinycbor: disable check on loongarch64
· 9c6f6aac
zhaixiaojuan
authored
8 months ago
tst_Parser test fail
testing/tinycbor/APKBUILD
+
3
−
0
Options
@@ -13,6 +13,9 @@ source="
$pkgname
-
$pkgver
.tar.gz::https://github.com/intel/tinycbor/archive/v
$pkgver
.tar.gz
0001-disable-failing-tests.patch
"
case
"
$CARCH
"
in
loongarch64
)
options
=
"
$options
!check"
;;
#tst_Parser test fail
esac
build
()
{
make
Loading