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
01ef0ff8
Commit
01ef0ff8
authored
10 months ago
by
Jingyun Hua
Browse files
Options
Downloads
Patches
Plain Diff
community/tuc: fix build on loongarch64
Update libc to v0.2.155
parent
0313f9fe
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/tuc/APKBUILD
+3
-1
3 additions, 1 deletion
community/tuc/APKBUILD
community/tuc/cargo-update.patch
+16
-0
16 additions, 0 deletions
community/tuc/cargo-update.patch
with
19 additions
and
1 deletion
community/tuc/APKBUILD
+
3
−
1
View file @
01ef0ff8
...
@@ -9,7 +9,8 @@ license="GPL-3.0-or-later"
...
@@ -9,7 +9,8 @@ license="GPL-3.0-or-later"
# riscv64: build failure in libc crate
# riscv64: build failure in libc crate
arch
=
"all !riscv64"
arch
=
"all !riscv64"
makedepends
=
"cargo cargo-auditable"
makedepends
=
"cargo cargo-auditable"
source
=
"https://github.com/riquito/tuc/archive/v
$pkgver
/tuc-
$pkgver
.tar.gz"
source
=
"https://github.com/riquito/tuc/archive/v
$pkgver
/tuc-
$pkgver
.tar.gz
cargo-update.patch"
prepare
()
{
prepare
()
{
...
@@ -32,4 +33,5 @@ package() {
...
@@ -32,4 +33,5 @@ package() {
sha512sums
=
"
sha512sums
=
"
a11133ce3a7ec0f79963f3b69288c870a855e51cebefdee01358958a202ba1663fb6a2c35a163039539cb3968ed010758e476e80b72cccf03f5c4491edbdf1ba tuc-1.2.0.tar.gz
a11133ce3a7ec0f79963f3b69288c870a855e51cebefdee01358958a202ba1663fb6a2c35a163039539cb3968ed010758e476e80b72cccf03f5c4491edbdf1ba tuc-1.2.0.tar.gz
6d40791010d21f0383c43522c59b569d15b0ac327322d8da65f767a2090c056d709174d5967dd1ee05763b6ba8f9ac4592268c35df55a089033cd6c382ccb949 cargo-update.patch
"
"
This diff is collapsed.
Click to expand it.
community/tuc/cargo-update.patch
0 → 100644
+
16
−
0
View file @
01ef0ff8
diff --git a/Cargo.lock b/Cargo.lock
index 6221ea0..4a7081e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -79,9 +79,9 @@
dependencies = [
[[package]]
name = "libc"
-version = "0.2.97"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "memchr"
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