Skip to content
Snippets Groups Projects
Verified Commit 41fbea8a authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

.gitlab-ci.yml: fix cdns_mhdp_imx.ko regex for linux 6.1 from bookworm

parent f1a38c69
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ build_linux:
- linux/linux_*_arm64-*.build
script: |
runuser -u build -- sh -xc '. ./common.sh; cd linux; . ./build.sh' 2>&1 | ./filter-output
dpkg-deb -c changes/linux-image-*-reform2-arm64_*_arm64.deb | grep kernel/drivers/gpu/drm/imx/cdns/cdns_mhdp_imx.ko
dpkg-deb -c changes/linux-image-*-reform2-arm64_*_arm64.deb | grep 'kernel/drivers/gpu/drm/imx\(/cdns\)\?/cdns_mhdp_imx.ko'
reprepro:
stage: reprepro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment