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 <[email protected]>
Signed-off-by: Justin Chadwell <[email protected]>
  • Loading branch information
jedevc and crazy-max committed Sep 26, 2023
1 parent 8bfd280 commit ef8cb31
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 ef8cb31

Please sign in to comment.