DEBSOURCES
Skip Quicknav
sources / singularity-container / 4.1.5%2Bds4-1 / vendor / github.com / moby / buildkit / executor / resources / monitor_nolinux.go
12345678
//go:build !linux // +build !linux package resources func isCgroup2() bool { return false }