mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-24 05:10:31 +01:00
ci/traces: prevent showing wine instalation dialog
Causing piglit timeouts because of an open window instead of running apitrace. Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17938>
This commit is contained in:
parent
e76a755044
commit
7d7e1c620b
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ esac
|
|||
|
||||
PATH="/opt/wine-stable/bin/:$PATH" # WineHQ path
|
||||
|
||||
# Avoid asking about Gecko or Mono instalation
|
||||
export WINEDLLOVERRIDES=mscoree=d;mshtml=d
|
||||
|
||||
# Set environment for DXVK.
|
||||
export DXVK_LOG_LEVEL="info"
|
||||
export DXVK_LOG="$RESULTS/dxvk"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue