From 83240a4f77623a55d344c28c0d3715e4baf868fa Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Thu, 7 Sep 2023 15:28:28 +0200 Subject: [PATCH] Bump crun to 1.9 crun 1.9 was just released with fixes and exposes idmap mounts support via the "features" sub-command. We use that feature to throw a clear error to users (if they request idmap mounts and the OCI runtime doesn't support it), but also to skip tests on CI when the OCI runtime doesn't support it. Let's bump it so the CI runs the tests with crun. Signed-off-by: Rodrigo Campos --- script/setup/crun-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup/crun-version b/script/setup/crun-version index 88d3ee790..2e0e38c63 100644 --- a/script/setup/crun-version +++ b/script/setup/crun-version @@ -1 +1 @@ -1.8.7 +1.9