tests/kvm: Update the kernel repo remote to gitlab.freedesktop.org
The drm subsystem has been moving over to gitlab for some time now and the old anongit.freedesktop.org remote is becoming unusable. Contains the same repo with the same tags, so this shouldn't result in any differences. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3896>
This commit is contained in:
parent
55209cfb13
commit
6d78ff9373
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ else
|
|||
console: true,
|
||||
command: [
|
||||
build_linux,
|
||||
'https://anongit.freedesktop.org/git/drm/drm.git',
|
||||
'git@gitlab.freedesktop.org:drm/kernel.git',
|
||||
'@INPUT@',
|
||||
'@OUTPUT@',
|
||||
'--enable', 'CONFIG_DRM_VKMS',
|
||||
|
|
Loading…
Reference in a new issue