From: Samuel Pitoiset Date: Fri, 6 Mar 2020 07:29:45 +0000 (+0100) Subject: gitlab-ci: compile fossils with both RADV compiler backends (LLVM/ACO) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1517e58c1b45f5220b1f637fe4dc209768fce8b2;p=mesa.git gitlab-ci: compile fossils with both RADV compiler backends (LLVM/ACO) Signed-off-by: Samuel Pitoiset Reviewed-by: Michel Dänzer Part-of: --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3674f986de..b433dc697b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -788,6 +788,9 @@ arm64_a530_gles3: extends: - .fossilize-test - .test-radv + script: + - ./artifacts/fossilize-runner.sh + - ACO_DEBUG=validateir,validatera RADV_PERFTEST=aco ./artifacts/fossilize-runner.sh # Can only be triggered manually on personal branches because RADV is the only # driver that does Vulkan testing at the moment.