mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
ci: Update kernel used in LAVA to 5.8-based drm-misc
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6371>
This commit is contained in:
parent
91cd7fe978
commit
c9c53dade0
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
variables:
|
||||
DISTRIBUTION_TAG: "2020-08-03-nfs-2"
|
||||
DISTRIBUTION_TAG: "2020-08-18-new-kernel-6"
|
||||
|
||||
.kernel+rootfs:
|
||||
stage: container-2
|
||||
|
|
@ -7,7 +7,7 @@ variables:
|
|||
- .ci-run-policy
|
||||
variables:
|
||||
GIT_STRATEGY: fetch
|
||||
KERNEL_URL: "https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.5-panfrost-fixes/linux-v5.5-panfrost-fixes.tar.gz"
|
||||
KERNEL_URL: "https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.8-for-mesa-ci/linux-v5.8-for-mesa-ci.tar.gz"
|
||||
UPLOAD_FOR_LAVA: 1
|
||||
script:
|
||||
- .gitlab-ci/container/lava_build.sh
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ CONFIG_PINCTRL=y
|
|||
CONFIG_PINCTRL_AMD=y
|
||||
CONFIG_DRM_AMDGPU=y
|
||||
CONFIG_DRM_AMDGPU_SI=y
|
||||
CONFIG_DRM_AMD_ACP=y
|
||||
CONFIG_DRM_AMD_ACP=n
|
||||
CONFIG_ACPI_WMI=y
|
||||
CONFIG_MXM_WMI=y
|
||||
CONFIG_PARPORT=y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue