diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-07-11 03:20:26 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-07-11 14:07:17 +0000 |
commit | 099e9112538540fb4387370d1f7e69f7649031c7 (patch) | |
tree | db4d45bd30c460b233526c09c019854d1238faf6 | |
parent | 20eb3ca57e4d7378dbd754db4fa0fd0cc42c80b4 (diff) | |
download | meta-virtualization-099e9112538540fb4387370d1f7e69f7649031c7.tar.gz |
crun: update to v1.15-tip
Bumping crun to version 1.15-51-g6c158dd, which comprises the following commits:
e6eab76 wasmedge: access container environment variables for WasmEdge configuration
0475016 restore: update console-socket option description
9861254 tests: bump wasmedge to 0.14
fd6b748 cgroup: use MemoryMax instead of MemoryLimit
3980447 nix: upgrade dependencies
526f959 test: pass volume for /var/lib/containers
adb5cb3 linux: improve error message on EACCES
474bc17 remove duplicate initialization cgroup manager in the cgroup args
cb947d0 tests: use vault.centos.org
61fdfc6 tests: skip push tests with podman
42b9fd1 [crun run] Avoid setting crun_context.handler redundantly
976029a libcrun: fix error message argument
ca42c18 RPM: Remove wasmtime support
6879c4c Packit: enable epel9 on c9s targets to fetch wasmedge
315f732 RPM: no separate krun symlink creation
0b33840 Downstream: Add rpm/gating.yaml to handle downstream gating tests
c017ce5 Packit: sync downstream gating test files on every upstream release
e452395 TMT: rewrite podman revdep tests to be usable without CI
163037a tests: fix issues reported by shellcheck
4cbab15 RPM: Fix epoch value for copr builds
fd745e0 dist: install symlinks as part of make install
9533613 ci: Cancel in progress tests on updates
c6c1c7f crun run --help: say --no-subreaper is ignored
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/crun/crun_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb index 6206545e..2b74264a 100644 --- a/recipes-containers/crun/crun_git.bb +++ b/recipes-containers/crun/crun_git.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-only" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | 5 | ||
6 | SRCREV_crun = "700e2ed49975eca001b31b39af0d9a7846c36948" | 6 | SRCREV_crun = "6c158dde073c5a05dd30b9bb6159ec5e61422204" |
7 | SRCREV_libocispec = "7b27d0a0bb87fdd7ee46365994e450a58405004f" | 7 | SRCREV_libocispec = "7b27d0a0bb87fdd7ee46365994e450a58405004f" |
8 | SRCREV_ispec = "dd33f727e2faea07432ef6f06d6f9afe73f3f519" | 8 | SRCREV_ispec = "dd33f727e2faea07432ef6f06d6f9afe73f3f519" |
9 | SRCREV_rspec = "2d3f72ecad9e97c898e1eb04b899a51241f1cabd" | 9 | SRCREV_rspec = "2d3f72ecad9e97c898e1eb04b899a51241f1cabd" |