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
2b1b99f6
Commit
2b1b99f6
authored
5 months ago
by
mio
Committed by
Kevin Daudt
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/youki: upgrade to 0.4.1
parent
badfda8e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!72350
testing/youki: upgrade to 0.4.1
Pipeline
#262242
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/youki/APKBUILD
+10
-8
10 additions, 8 deletions
testing/youki/APKBUILD
testing/youki/cargo-update.patch
+0
-16
0 additions, 16 deletions
testing/youki/cargo-update.patch
with
10 additions
and
24 deletions
testing/youki/APKBUILD
+
10
−
8
View file @
2b1b99f6
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
youki
pkgver
=
0.
3
.1
pkgrel
=
1
pkgver
=
0.
4
.1
pkgrel
=
0
pkgdesc
=
"Container runtime written in Rust"
url
=
"https://github.com/containers/youki"
# ppc64le: syscalls crate inline asm is unstable for ppc64le
# s390x: nix crate lacks support
# riscv64: syscalls crate lacks support
# armhf: nc crate fails on invalid instruction
# armv7: need for rustc to catch to up pass thumb-mode properly
arch
=
"all !armv7 !ppc64le !s390x !riscv64"
arch
=
"all
!armhf
!armv7 !ppc64le !s390x !riscv64"
license
=
"Apache-2.0"
makedepends
=
"
cargo
...
...
@@ -19,15 +20,17 @@ makedepends="
zlib-dev
"
subpackages
=
"
$pkgname
-dbg"
source
=
"https://github.com/containers/youki/archive/v
$pkgver
/youki-
$pkgver
.tar.gz
cargo-update.patch
"
source
=
"https://github.com/containers/youki/archive/v
$pkgver
/youki-
$pkgver
.tar.gz"
options
=
"!check"
# FIXME: some tests fail
# prioritize crun and runc
provides
=
"oci-runtime"
provider_priority
=
80
# secfixes:
# 0.4.1-r0:
# - CVE-2024-21626
# Disable systemd_cgroups
_cargo_opts
=
'--frozen --no-default-features --features=libcgroups/v1,libcgroups/v2'
...
...
@@ -50,6 +53,5 @@ package() {
}
sha512sums
=
"
6c73f406e1717c45a45d1beba2ceb26b9ffd965880f517b72aa4753504fd8e40f502aea6587429c17f6dcff3b5fda38ed496f0794f35bb65f003ece48be85e6c youki-0.3.1.tar.gz
b9fc8d150fe0573ab13bd74b28d73c180e51fd860fa76d28e39fce0a3044cf5be8035f1fb3dba1a4236aba05a7b8095a89b8302c5cd3bd0ac584377673dfb332 cargo-update.patch
ff3c6a416844f25093630f19d8e92812fbb5d7359c148ae72abacc614a4ebc3d8263cf40429431c2f55c912cea12d91194bae49889d8998ed509b450c58a57a1 youki-0.4.1.tar.gz
"
This diff is collapsed.
Click to expand it.
testing/youki/cargo-update.patch
deleted
100644 → 0
+
0
−
16
View file @
badfda8e
diff --git a/Cargo.lock b/Cargo.lock
index f4974d2..18fe651 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1893,9 +1893,9 @@
dependencies = [
[[package]]
name = "libc"
-version = "0.2.151"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libcgroups"
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