You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libcontainer cannot be build due to runc-dmz (as a Go library for third party projects) : dmz_linux.go:21:12: pattern runc-dmz: no matching files found#4096
With the latest main, projects using libcontainer cannot build unless they set -tags runc_nodmz flag.
Steps to reproduce the issue
pull latest go get github.com/opencontainers/runc@main
build
Describe the results you received and expected
Result: ../../../../../pkg/mod/github.com/opencontainers/[email protected]/libcontainer/dmz/dmz_linux.go:21:12: pattern runc-dmz: no matching files found
This can work when adding runc_nodmz to build flags but is it expected that all libcontainer consumers do this?