Files
docker-cli/components/engine/daemon
Kir Kolyshkin 3a4f4fd3c4 overlay gd: fix build for 32-bit ARM
This commit reverts a hunk of commit 2f5f0af3f ("Add unconvert linter")
and adds a hint for unconvert linter to ignore excessive conversion as
it is required on 32-bit platforms (e.g. armhf).

The exact error on armhf is this:

	19:06:45 ---> Making bundle: dynbinary (in bundles/17.06.0-dev/dynbinary)
	19:06:48 Building: bundles/17.06.0-dev/dynbinary-daemon/dockerd-17.06.0-dev
	19:10:58 # github.com/docker/docker/daemon/graphdriver/overlay
	19:10:58 daemon/graphdriver/overlay/copy.go:161: cannot use stat.Atim.Sec (type int32) as type int64 in argument to time.Unix
	19:10:58 daemon/graphdriver/overlay/copy.go:161: cannot use stat.Atim.Nsec (type int32) as type int64 in argument to time.Unix
	19:10:58 daemon/graphdriver/overlay/copy.go:162: cannot use stat.Mtim.Sec (type int32) as type int64 in argument to time.Unix
	19:10:58 daemon/graphdriver/overlay/copy.go:162: cannot use stat.Mtim.Nsec (type int32) as type int64 in argument to time.Unix

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Upstream-commit: b569f57890d4cad132be437e5dac55130b6c76e9
Component: engine
2017-09-17 22:04:31 -07:00
..
2017-09-08 18:23:21 -04:00
2017-09-12 12:09:59 -04:00
2017-08-24 15:08:31 -04:00
2017-09-12 12:09:59 -04:00
2017-09-06 12:05:19 -04:00
2017-09-14 12:33:31 -07:00
2017-07-31 13:16:46 -07:00
2017-05-16 14:25:32 -07:00
2017-07-31 13:16:46 -07:00
2017-08-17 15:29:17 -07:00
2017-07-31 13:16:46 -07:00
2017-09-14 12:33:31 -07:00
2017-08-17 15:29:17 -07:00
2017-07-31 13:16:46 -07:00
2017-07-13 12:35:00 -07:00
2017-09-08 18:23:21 -04:00
2017-07-31 13:16:46 -07:00
2017-07-31 13:16:46 -07:00
2017-08-24 15:08:26 -04:00
2017-07-31 13:16:46 -07:00
2017-08-21 18:18:50 -04:00
2017-08-18 17:09:27 -07:00
2017-08-18 17:09:27 -07:00
2017-08-18 17:09:27 -07:00
2017-08-18 17:09:27 -07:00
2017-08-18 17:09:27 -07:00
2017-08-18 17:09:27 -07:00
2017-08-18 17:09:27 -07:00
2017-08-18 17:09:27 -07:00
2017-09-12 12:09:59 -04:00
2017-07-31 13:16:46 -07:00
2017-08-24 15:08:31 -04:00
2017-09-07 09:44:08 +08:00
2017-07-18 12:09:26 +08:00
2017-07-31 13:16:46 -07:00
2017-09-12 12:09:59 -04:00
2017-08-18 14:23:44 -04:00
2017-09-12 12:09:59 -04:00
2017-08-18 17:09:27 -07:00
2017-09-12 12:09:59 -04:00
2017-07-31 13:16:46 -07:00
2016-12-27 21:46:52 +08:00
2017-07-31 13:16:46 -07:00
2017-05-16 11:30:06 -07:00
2017-07-31 13:16:46 -07:00
2017-09-07 09:44:08 +08:00
2017-09-12 12:09:59 -04:00
2017-09-06 12:05:19 -04:00
2017-09-06 12:05:19 -04:00
2017-08-18 14:23:44 -04:00
2017-07-03 13:13:09 -07:00
2017-09-14 12:33:31 -07:00
2017-05-16 15:11:39 -07:00
2017-06-07 11:45:33 -04:00