Re: [Mesa-dev] [PATCH v4 2/4] anv: use cache uuid based on the build timestamp.

2016-07-05 Thread Ian Romanick
v5 of this makes our CI very angry: 15:36:20 /home/jenkins/workspace/Leeroy_3/repos/mesa/src/intel/vulkan/anv_device.c:31:27: fatal error: anv_timestamp.h: No such file or directory 15:36:20 compilation terminated. 15:36:20 Makefile:1304: recipe for target 'anv_device.lo' failed 15:36:20 make[4]:

Re: [Mesa-dev] [PATCH v4 2/4] anv: use cache uuid based on the build timestamp.

2016-06-24 Thread Emil Velikov
On 24 June 2016 at 20:15, Jason Ekstrand wrote: > > > On Fri, Jun 24, 2016 at 11:59 AM, Emil Velikov > wrote: >> >> From: Emil Velikov >> >> Do not rely on the git sha1: >> - its current truncated form makes it less unique >> - it does not attribute for local (Vulkand or otherwise) changes >>

Re: [Mesa-dev] [PATCH v4 2/4] anv: use cache uuid based on the build timestamp.

2016-06-24 Thread Jason Ekstrand
On Fri, Jun 24, 2016 at 11:59 AM, Emil Velikov wrote: > From: Emil Velikov > > Do not rely on the git sha1: > - its current truncated form makes it less unique > - it does not attribute for local (Vulkand or otherwise) changes > > Use a timestamp produced at the time of build. It's perfectly u

[Mesa-dev] [PATCH v4 2/4] anv: use cache uuid based on the build timestamp.

2016-06-24 Thread Emil Velikov
From: Emil Velikov Do not rely on the git sha1: - its current truncated form makes it less unique - it does not attribute for local (Vulkand or otherwise) changes Use a timestamp produced at the time of build. It's perfectly unique, unless someone explicitly thinkers with their system clock. E