Re: [PATCH] travis.yml: enable linux-gcc-debug-tcg cache

2019-10-24 Thread Philippe Mathieu-Daudé
On 10/24/19 7:06 PM, Alex Bennée wrote: Philippe Mathieu-Daudé writes: On 10/24/19 6:06 PM, Alex Bennée wrote: Create a new cache for the --enable-debug-tcg builds which is separate from the normal debug builds which generate different code. We also enable debug-tcg for the new plugins based

Re: [PATCH] travis.yml: enable linux-gcc-debug-tcg cache

2019-10-24 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 10/24/19 6:06 PM, Alex Bennée wrote: >> Create a new cache for the --enable-debug-tcg builds which is separate >> from the normal debug builds which generate different code. We also >> enable debug-tcg for the new plugins based builds as we want to ensure >>

Re: [PATCH] travis.yml: enable linux-gcc-debug-tcg cache

2019-10-24 Thread Philippe Mathieu-Daudé
On 10/24/19 6:06 PM, Alex Bennée wrote: Create a new cache for the --enable-debug-tcg builds which is separate from the normal debug builds which generate different code. We also enable debug-tcg for the new plugins based builds as we want to ensure any breakage to TCG is picked up by the sanity

[PATCH] travis.yml: enable linux-gcc-debug-tcg cache

2019-10-24 Thread Alex Bennée
Create a new cache for the --enable-debug-tcg builds which is separate from the normal debug builds which generate different code. We also enable debug-tcg for the new plugins based builds as we want to ensure any breakage to TCG is picked up by the sanity checks. Signed-off-by: Alex Bennée ---