Mesa (main): ci: Disable llvmpipe optimizations when running virgl CI

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 3 15:45:19 UTC 2021


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

Author: Corentin Noël <corentin.noel at collabora.com>
Date:   Thu Jul 29 11:16:21 2021 +0200

ci: Disable llvmpipe optimizations when running virgl CI

We are only using the result once so we spend more time optimizing it than
actually using it.

Signed-off-by: Corentin Noël <corentin.noel at collabora.com>
Reviewed-by: Gert Wollny <gert.wollny at collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11320>

---

 .gitlab-ci/crosvm-runner.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/crosvm-runner.sh b/.gitlab-ci/crosvm-runner.sh
index cafa2c3f505..4b7dc730692 100755
--- a/.gitlab-ci/crosvm-runner.sh
+++ b/.gitlab-ci/crosvm-runner.sh
@@ -9,6 +9,7 @@ export EGL_PLATFORM=surfaceless
 
 export -p > /crosvm-env.sh
 export GALLIUM_DRIVER="$CROSVM_GALLIUM_DRIVER"
+export GALLIVM_PERF="nopt"
 export LIBGL_ALWAYS_SOFTWARE="true"
 
 CROSVM_KERNEL_ARGS="root=my_root rw rootfstype=virtiofs loglevel=3 init=$CI_PROJECT_DIR/install/crosvm-init.sh ip=192.168.30.2::192.168.30.1:255.255.255.0:crosvm:eth0"



More information about the mesa-commit mailing list