Mesa (main): virgl/ci: Set NIR_VALIDATE=0 on the host

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 10 08:19:23 UTC 2021


Module: Mesa
Branch: main
Commit: 4b88de733842ab698ebf1ea3ddce89f91b1e1c4e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b88de733842ab698ebf1ea3ddce89f91b1e1c4e

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Fri Aug  6 12:05:45 2021 +0200

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 <tomeu.vizoso at collabora.com>
Reviewed-by: Gert Wollny <gert.wollny at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12196>

---

 .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 dcd1d473877..b3ddfcf161e 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 \



More information about the mesa-commit mailing list