[education/rkward] /: Disable Mac builds on master, again, for the time being.

Thomas Friedrichsmeier null at kde.org
Thu Apr 18 17:40:15 BST 2024


Git commit 2ff407ac95726d5f37e54aac38b978fab633f115 by Thomas Friedrichsmeier.
Committed on 18/04/2024 at 16:40.
Pushed by tfry into branch 'master'.

Disable Mac builds on master, again, for the time being.

M  +5    -2    .gitlab-ci.yml

https://invent.kde.org/education/rkward/-/commit/2ff407ac95726d5f37e54aac38b978fab633f115

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f0692942f..92ef09a23 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,9 @@ include:
       - /gitlab-templates/windows-qt6.yml
       - /gitlab-templates/flatpak.yml
       - /gitlab-templates/craft-appimage-qt6.yml
-      - /gitlab-templates/craft-macos-x86-64-qt6.yml
-      - /gitlab-templates/craft-macos-arm64-qt6.yml
       - /gitlab-templates/craft-windows-x86-64-qt6.yml
+
+# MacOS binary signing currently fails, thus disabled
+# on master branch for now.
+#      - /gitlab-templates/craft-macos-x86-64-qt6.yml
+#      - /gitlab-templates/craft-macos-arm64-qt6.yml


More information about the rkward-tracker mailing list