Merge pull request #13144 from chrishenzie/update-crun-1.27

Update crun version to 1.27 and enable in mount options test
This commit is contained in:
Maksym Pavlenko
2026-03-31 23:48:48 +00:00
committed by GitHub
2 changed files with 1 additions and 5 deletions

View File

@@ -17,7 +17,6 @@
package integration
import (
"os"
"strings"
"testing"
@@ -29,9 +28,6 @@ import (
)
func TestPrivilegedContainerCgroupMountOptions(t *testing.T) {
if f := os.Getenv("RUNC_FLAVOR"); f == "crun" {
t.Skip("Skipping until crun supports cgroup v2 mount options (https://github.com/containers/crun/pull/2040)")
}
if cgroups.Mode() != cgroups.Unified {
t.Skip("Requires cgroup v2")
}

View File

@@ -1 +1 @@
1.22
1.27