Files
containerd/vendor/github.com/containerd
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
..
2019-10-30 17:51:27 +09:00
2019-12-12 02:56:51 +09:00
2020-01-07 19:28:26 +08:00
2019-11-26 09:46:46 -05:00
2019-08-16 14:29:32 -04:00
2019-10-01 10:19:56 -04:00
2019-12-06 11:40:50 -05:00
2018-06-28 10:05:30 -04:00
2019-10-30 17:51:27 +09:00