Closed
Description
Description
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?
What version of runc are you using?
github.com/opencontainers/runc v1.1.1-0.20231025141802-edd00eb3cbd2
Host OS information
No response
Host kernel information
No response