From: Felix Ernst Date: Sat, 19 Apr 2025 10:57:36 +0000 (+0200) Subject: CI: Remove linux-qt6 build X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/4cfda4009d588b603a9d0dc8490b06c9d2cf3a98?hp=c9b7c5b77ec092f8354c5fd9701384aa14de76f4 CI: Remove linux-qt6 build This commit follows the recommendation of our system administrator Ben Cooksley to remove the linux-qt6 build from the CI for projects which already have linux-qt6-next and FreeBSD or Windows builds which also use qt6 (non-next). See https://mail.kde.org/pipermail/kde-devel/2025-April/003464.html --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f69b08c0..ccd481161 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ include: - project: sysadmin/ci-utilities file: - - /gitlab-templates/linux-qt6.yml - /gitlab-templates/linux-qt6-next.yml - /gitlab-templates/freebsd-qt6.yml - /gitlab-templates/windows-qt6.yml