feat: add nocgroup build tag for systems without cgroup (#3948)

This commit is contained in:
Alex Last
2024-03-01 15:52:20 +00:00
committed by GitHub
parent 52e5d85221
commit a7363f0c21
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
//go:build !nocgroup
package internal
import (

View File

@@ -1,4 +1,4 @@
//go:build !linux
//go:build !linux || nocgroup
package internal