Build on FreeBSD#4822
Conversation
Signed-off-by: Samuel Karp <[email protected]>
Signed-off-by: Samuel Karp <[email protected]>
|
Build succeeded.
|
| runc.Monitor = reaper.Default | ||
| return signals, nil | ||
| } | ||
|
|
There was a problem hiding this comment.
Not sure we want to maintain shim v1 for non-linux
There was a problem hiding this comment.
Agreed, though right now I was just trying to fix compilation errors as the existing code fails to compile.
|
Are we going to get a shim implementation for |
Maybe...depends on what my free time looks like 😄 (I'm exploring on my personal time not work time). Though I suspect that we wouldn't want an in-tree shim implementation for |
|
Seems like if we accept this we should also add the cross-compile to some part of the GH Actions CI to keep this at least in compilable state? Similar to what was added to continuity |
Signed-off-by: Samuel Karp <[email protected]>
|
Build succeeded.
|
|
@estesp Done |
This PR updates continuity to include containerd/continuity#173 and updates containerd to compile for FreeBSD. The built containerd and ctr binaries run, with some plugins not yet loading.