Re: [Mesa-dev] [PATCH] anv_icd.py: improve reproducible builds

2018-01-26 Thread Frank Richter
On 26.01.2018 09:56, Maxin B. John wrote: @@ -44,4 +44,4 @@ if __name__ == '__main__': } with open(args.out, 'w') as f: -json.dump(json_data, f, indent = 4) +json.dump(json_data, f, indent = 4, sort_keys=True) I'm slightly confused what exactly causes the issue. Ple

Re: [Mesa-dev] [PATCH] anv_icd.py: improve reproducible builds

2018-01-26 Thread Jason Ekstrand
Pushed. Thanks and welcome to Mesa! --Jason On Fri, Jan 26, 2018 at 12:56 AM, Maxin B. John wrote: > Hi, > > On Thu, Jan 18, 2018 at 3:22 PM, Emil Velikov > wrote: > > On 18 January 2018 at 11:33, wrote: > >> From: "Maxin B. John" > >> > >> Sort the output to ensure build reproducibility >

Re: [Mesa-dev] [PATCH] anv_icd.py: improve reproducible builds

2018-01-26 Thread Maxin B. John
Hi, On Thu, Jan 18, 2018 at 3:22 PM, Emil Velikov wrote: > On 18 January 2018 at 11:33, wrote: >> From: "Maxin B. John" >> >> Sort the output to ensure build reproducibility >> >> Signed-off-by: Maxin B. John >> --- >> src/intel/vulkan/anv_icd.py | 2 +- >> 1 file changed, 1 insertion(+), 1

Re: [Mesa-dev] [PATCH] anv_icd.py: improve reproducible builds

2018-01-18 Thread Dylan Baker
Reviewed-by: Dylan Baker Quoting maxin.j...@gmail.com (2018-01-18 03:33:37) > From: "Maxin B. John" > > Sort the output to ensure build reproducibility > > Signed-off-by: Maxin B. John > --- > src/intel/vulkan/anv_icd.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[Mesa-dev] [PATCH] anv_icd.py: improve reproducible builds

2018-01-18 Thread maxin . john
From: "Maxin B. John" Sort the output to ensure build reproducibility Signed-off-by: Maxin B. John --- src/intel/vulkan/anv_icd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_icd.py b/src/intel/vulkan/anv_icd.py index 4ed01fa..31bb068 100644 --- a/s

Re: [Mesa-dev] [PATCH] anv_icd.py: improve reproducible builds

2018-01-18 Thread Maxin B. John
Hi Emil, On Thu, Jan 18, 2018 at 3:22 PM, Emil Velikov wrote: > On 18 January 2018 at 11:33, wrote: >> From: "Maxin B. John" >> >> Sort the output to ensure build reproducibility >> >> Signed-off-by: Maxin B. John >> --- >> src/intel/vulkan/anv_icd.py | 2 +- >> 1 file changed, 1 insertion(+

Re: [Mesa-dev] [PATCH] anv_icd.py: improve reproducible builds

2018-01-18 Thread Emil Velikov
On 18 January 2018 at 11:33, wrote: > From: "Maxin B. John" > > Sort the output to ensure build reproducibility > > Signed-off-by: Maxin B. John > --- > src/intel/vulkan/anv_icd.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/intel/vulkan/anv_icd.py b/src/intel/

[Mesa-dev] [PATCH] anv_icd.py: improve reproducible builds

2018-01-18 Thread maxin . john
From: "Maxin B. John" Sort the output to ensure build reproducibility Signed-off-by: Maxin B. John --- src/intel/vulkan/anv_icd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_icd.py b/src/intel/vulkan/anv_icd.py index 4ed01fa..31bb068 100644 --- a/s