Skip to content

Commit

Permalink
chore: add todo note to remove runj specifics
Browse files Browse the repository at this point in the history
Co-authored-by: CrazyMax <github@crazymax.dev>
Signed-off-by: Justin Chadwell <me@jedevc.com>
  • Loading branch information
jedevc and crazy-max committed Sep 26, 2023
1 parent f4b55b2 commit c4c8c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/buildkitd/main_containerd_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func init() {

if defaultConf.Workers.Containerd.Runtime.Name == "" {
if runtime.GOOS == "freebsd" {
// TODO: this can be removed once containerd/containerd#8964 is included
defaultConf.Workers.Containerd.Runtime.Name = "wtf.sbk.runj.v1"
} else {
defaultConf.Workers.Containerd.Runtime.Name = defaults.DefaultRuntime
Expand Down

0 comments on commit c4c8c2c

Please sign in to comment.