[FEATURE]: Consider making container::checkpoint
behind a feature gate
#2942
Labels
enhancement
New feature or request
container::checkpoint
behind a feature gate
#2942
Background
As far as I understand, the
checkpoint()
function depends onrust-criu
, which in turn, depends onprotobuf
. Runwasi does not need the restore/checkpoint feature, and thus there is no need to depend onprotobuf
.Feature Request
I am requesting libcontainer to add a new feature called "checkpoint" and put the checkpoint function behind this feature gate. Additionally make
rust-criu
dependency optional.Is the request related to some problem running youki?
No response
Proposed Solution
No response
Considerations
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: