[plasma/oxygen-sounds/Plasma/6.6] /: use the LTS builders
Marco Martin <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit fa061936c01fc7f7e4a8f8ed7c94c7fa373d659e by Marco Martin.
Committed on 28/07/2026 at 15:05.
Pushed by mart into branch 'Plasma/6.6'.
use the LTS builders
M +1 -2 .gitlab-ci.yml
M +1 -1 .kde-ci.yml
https://invent.kde.org/plasma/oxygen-sounds/-/commit/fa061936c01fc7f7e4a8f8ed7c94c7fa373d659e
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a2ab99..1f26624 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,7 @@
include:
- project: sysadmin/ci-utilities
file:
- - /gitlab-templates/linux-qt6.yml
- - /gitlab-templates/freebsd-qt6.yml
+ - /gitlab-templates/linux-qt6-lts.yml
- /gitlab-templates/reuse-lint.yml
- /gitlab-templates/xml-lint.yml
- /gitlab-templates/yaml-lint.yml
diff --git a/.kde-ci.yml b/.kde-ci.yml
index 9048bc9..b802ad1 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -4,6 +4,6 @@
Dependencies:
- 'on': ['@all']
'require':
- 'frameworks/extra-cmake-modules': '@latest-kf6'
+ 'frameworks/extra-cmake-modules': 'Frameworks/6.24'
Options:
require-passing-tests-on: ['Linux', 'FreeBSD']