containerd / continuity

A transport-agnostic, filesystem metadata manifest system
https://containerd.io
Apache License 2.0
137 stars 66 forks source link

Add initial DragonFly BSD support #230

Closed tuxillo closed 10 months ago

tuxillo commented 10 months ago

This is the first approach for getting this building/working in DragonFly BSD. It is a requirement of lima-vm (https://github.com/lima-vm/lima/issues/892)

AkihiroSuda commented 10 months ago

Thanks, but please sign the commit for DCO https://github.com/apps/dco

(run git commit -a -s --amend, and make sure that the Signed-off-by: NAME <EMAIL> line with your real name is included in the commit message)

AkihiroSuda commented 10 months ago

CI is failing for FUSE (you may just disable it for dragonfly)

Also please consider squashing the commits