1
0
Fork 0

tests/kvm: Use the anonymous git remote to check out the kernel

Otherwise this fails if one can't authenticate to gitlab.freedesktop.org
or is banned there for whatever reason.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3931>
This commit is contained in:
Sebastian Wick 2024-08-07 22:03:06 +02:00
parent 9c7eafc8c3
commit 4bf02746e2

View file

@ -16,7 +16,7 @@ else
console: true,
command: [
build_linux,
'git@gitlab.freedesktop.org:drm/kernel.git',
'https://gitlab.freedesktop.org/drm/kernel.git',
'@INPUT@',
'@OUTPUT@',
'--enable', 'CONFIG_DRM_VKMS',