containerd/archive
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
..
compression fix wrong spells in compression.go 2019-07-29 12:47:17 +00:00
tartest Fix annotation typo error 2018-12-14 23:18:42 +08:00
issues_test.go Move testutils to pkg 2018-05-22 17:08:38 -04:00
strconv.go build: bump to Go 1.10 2018-02-26 16:47:24 -08:00
tar_linux_test.go Support applying with parent directories 2019-08-16 15:49:47 -07:00
tar_opts_linux.go Support applying with parent directories 2019-08-16 15:49:47 -07:00
tar_opts_windows.go Support applying with parent directories 2019-08-16 15:49:47 -07:00
tar_opts.go Support applying with parent directories 2019-08-16 15:49:47 -07:00
tar_test.go fix: linter issue 2019-01-23 22:54:51 +08:00
tar_unix.go Fix build with gccgo 2020-01-07 19:28:26 +08:00
tar_windows.go Support applying with parent directories 2019-08-16 15:49:47 -07:00
tar.go archive: truncate modification time 2019-08-27 17:42:32 -07:00
time_unix.go archive: return chtimes error with path information 2019-07-25 16:33:19 +08:00
time_windows.go Licence header added 2018-02-19 10:32:26 +09:00
time.go Licence header added 2018-02-19 10:32:26 +09:00