Re: [Mesa-dev] [PATCH mesa] travis: avoid using unset llvm-config

2019-01-11 Thread Emil Velikov
On 2019/01/02, Eric Engestrom wrote: > Fixes the following errors: > usage: which [-as] program ... > /Users/travis/.travis/job_stages: line 110: --version: command not found > > ... caused by the use of an undefined $LLVM_CONFIG > > Signed-off-by: Eric Engestrom Reviewed-by: Emil Velikov

[Mesa-dev] [PATCH mesa] travis: avoid using unset llvm-config

2019-01-02 Thread Eric Engestrom
Fixes the following errors: usage: which [-as] program ... /Users/travis/.travis/job_stages: line 110: --version: command not found ... caused by the use of an undefined $LLVM_CONFIG Signed-off-by: Eric Engestrom --- .travis.yml | 14 +- 1 file changed, 9 insertions(+), 5 deleti