containerd/plugin
Shengjing Zhu 465c11dc87 Fix build with gccgo
+ archive: don't convert syscall.Timespec to unix.Timespec
  archive/tar_unix.go:179:76: error: invalid type conversion (cannot use type syscall.Timespec as type unix.Timespec)
    179 |  timespec := []unix.Timespec{unix.Timespec(fs.StatAtime(st)), unix.Timespec(fs.StatMtime(st))}
+ gccgo has no plugin support
  https://github.com/golang/go/issues/36403
+ update github.com/containerd/continuity
  to include same fix for Timespec

Signed-off-by: Shengjing Zhu <zhsj@debian.org>
2020-01-07 19:28:26 +08:00
..
context.go Allow explicit configuration of TTRPC address 2019-08-22 00:56:27 -07:00
plugin_go18.go Fix build with gccgo 2020-01-07 19:28:26 +08:00
plugin_other.go Fix build with gccgo 2020-01-07 19:28:26 +08:00
plugin.go Add v2 server config support with plugin URIs 2019-06-10 17:54:20 +00:00