[plasma/plasma-setup/Plasma/6.6] /: use the LTS builders
Marco Martin <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 9b8eaff951445e80e23f6d529038533c1b8e1f98 by Marco Martin.
Committed on 29/07/2026 at 08:45.
Pushed by mart into branch 'Plasma/6.6'.
use the LTS builders
M +1 -4 .gitlab-ci.yml
M +7 -7 .kde-ci.yml
https://invent.kde.org/plasma/plasma-setup/-/commit/9b8eaff951445e80e23f6d529038533c1b8e1f98
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b17c7dd..3594b69 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,4 @@ include:
- /gitlab-templates/xml-lint.yml
- /gitlab-templates/yaml-lint.yml
# Build and Test
- - /gitlab-templates/alpine-qt6.yml
- - /gitlab-templates/freebsd-qt6.yml
- - /gitlab-templates/linux-qt6.yml
- - /gitlab-templates/linux-qt6-next.yml
+ - /gitlab-templates/linux-qt6-lts.yml
diff --git a/.kde-ci.yml b/.kde-ci.yml
index eb5055a..b90af00 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -4,13 +4,13 @@
Dependencies:
- 'on': ['@all']
'require':
- 'frameworks/extra-cmake-modules': '@latest-kf6'
- 'frameworks/kcoreaddons': '@latest-kf6'
- 'frameworks/ki18n': '@latest-kf6'
- 'frameworks/kpackage': '@latest-kf6'
- 'frameworks/kconfig': '@latest-kf6'
- 'plasma/libkscreen': '@latest-kf6'
- 'plasma/plasma-desktop': '@latest-kf6'
+ 'frameworks/extra-cmake-modules': 'Frameworks/6.24'
+ 'frameworks/kcoreaddons': 'Frameworks/6.24'
+ 'frameworks/ki18n': 'Frameworks/6.24'
+ 'frameworks/kpackage': 'Frameworks/6.24'
+ 'frameworks/kconfig': 'Frameworks/6.24'
+ 'plasma/libkscreen': '@same'
+ 'plasma/plasma-desktop': '@same'
'plasma/plasma-workspace': '@same'
Options: