[plasma/kwayland/Plasma/6.6] /: use the LTS builders
Marco Martin <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 1816a9b2ae8f2172ef0ee235924610034f339c3a by Marco Martin.
Committed on 29/07/2026 at 08:42.
Pushed by mart into branch 'Plasma/6.6'.
use the LTS builders
M +1 -3 .gitlab-ci.yml
M +1 -1 .kde-ci.yml
https://invent.kde.org/plasma/kwayland/-/commit/1816a9b2ae8f2172ef0ee235924610034f339c3a
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b007041..46477cbe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,6 @@
include:
- project: sysadmin/ci-utilities
file:
- - /gitlab-templates/linux-qt6.yml
- - /gitlab-templates/freebsd-qt6.yml
+ - /gitlab-templates/linux-qt6-lts.yml
- /gitlab-templates/xml-lint.yml
- /gitlab-templates/yaml-lint.yml
- - /gitlab-templates/linux-qt6-next.yml
diff --git a/.kde-ci.yml b/.kde-ci.yml
index d8fa79f3..897b9214 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -2,7 +2,7 @@ Dependencies:
- 'on': ['Linux', 'FreeBSD']
'require':
'frameworks/extra-cmake-modules': '@same'
- 'libraries/plasma-wayland-protocols': '@stable'
+ 'libraries/plasma-wayland-protocols': 'v1.20.0'
'third-party/wayland': '@latest'
'third-party/wayland-protocols': '@latest'