ci: use apt-get in x86_test-vk instead of apt
apt shouldn't be used in CI, see: https://unix.stackexchange.com/questions/590699/should-i-use-apt-or-apt-get-in-shell-scripting Acked-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17834>
This commit is contained in:
parent
ba518a31ac
commit
cdd508dddd
1 changed files with 2 additions and 2 deletions
|
|
@ -66,13 +66,13 @@ dpkg --add-architecture i386
|
|||
# Install a more recent version of Wine than exists in Debian.
|
||||
apt-key add .gitlab-ci/container/debian/winehq.gpg.key
|
||||
apt-add-repository https://dl.winehq.org/wine-builds/debian/
|
||||
apt update -qyy
|
||||
apt-get update -q
|
||||
|
||||
# Needed for Valve's tracing jobs to collect information about the graphics
|
||||
# hardware on the test devices.
|
||||
pip3 install gfxinfo-mupuf==0.0.9
|
||||
|
||||
apt install -y --no-remove --install-recommends winehq-stable
|
||||
apt-get install -y --no-remove --install-recommends winehq-stable
|
||||
|
||||
############### Install DXVK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue