From 4b88de733842ab698ebf1ea3ddce89f91b1e1c4e Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Fri, 6 Aug 2021 12:05:45 +0200 Subject: [PATCH] virgl/ci: Set NIR_VALIDATE=0 on the host As we aren't testing LLVMPipe in these jobs, and shader compilation is currrently the bottleneck. Signed-off-by: Tomeu Vizoso Reviewed-by: Gert Wollny Part-of: --- .gitlab-ci/crosvm-runner.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/crosvm-runner.sh b/.gitlab-ci/crosvm-runner.sh index dcd1d47..b3ddfcf 100755 --- a/.gitlab-ci/crosvm-runner.sh +++ b/.gitlab-ci/crosvm-runner.sh @@ -30,6 +30,9 @@ echo 1 > /proc/sys/net/ipv4/ip_forward # Crosvm wants this syslogd > /dev/null +# We aren't testing LLVMPipe here, so we don't need to validate NIR on the host +export NIR_VALIDATE=0 + crosvm run \ --gpu "$CROSVM_GPU_ARGS" \ -m 4096 \ -- 2.7.4