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/runc@v1.1.1-0.20231025141802-edd00eb3cbd2/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
Description
With the latest
main, projects using libcontainer cannot build unless they set-tags runc_nodmzflag.Steps to reproduce the issue
go get github.com/opencontainers/runc@mainDescribe the results you received and expected
Result:
../../../../../pkg/mod/github.com/opencontainers/runc@v1.1.1-0.20231025141802-edd00eb3cbd2/libcontainer/dmz/dmz_linux.go:21:12: pattern runc-dmz: no matching files foundThis can work when adding
runc_nodmzto 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-edd00eb3cbd2Host OS information
No response
Host kernel information
No response