[sysadmin/ci-tooling] local-metadata: As I feared, the Windows platform is not yet in a position where libkleo can be built there.

Ben Cooksley null at kde.org
Sat Sep 12 05:46:27 BST 2020


Git commit 603a348f6caefe693d13713f88bde30cf2780fbb by Ben Cooksley.
Committed on 12/09/2020 at 04:45.
Pushed by bcooksley into branch 'master'.

As I feared, the Windows platform is not yet in a position where libkleo can be built there.
This is due to the dependency on gpgmepp.

To ensure that none of this blocks Dependency Builds and the overall operation of the CI system, blacklist libkleo on Windows for now.
We will need to arrange for gpgmepp to be made available on Windows before we can reverse this.

Unfortunately that is non trivial as the Windows installations for dependencies have not been updated in some time (meaning they need to be completely rebuilt).

CCMAIL: kde-pim at kde.org

M  +0    -1    local-metadata/product-definitions.yaml
M  +1    -0    local-metadata/project-ignore-rules.yaml

https://invent.kde.org/sysadmin/ci-tooling/commit/603a348f6caefe693d13713f88bde30cf2780fbb

diff --git a/local-metadata/product-definitions.yaml b/local-metadata/product-definitions.yaml
index 17c113c..2b9c2ce 100644
--- a/local-metadata/product-definitions.yaml
+++ b/local-metadata/product-definitions.yaml
@@ -117,7 +117,6 @@
       - 'kde/pim/kidentitymanagement'
       - 'kde/pim/kmime'
       - "kde/pim/kpimtextedit"
-      - "kde/pim/libkleo"
       platforms:
       - "WindowsMSVCQt5.14"
     - repositories:
diff --git a/local-metadata/project-ignore-rules.yaml b/local-metadata/project-ignore-rules.yaml
index 4adf64f..7bc37a5 100644
--- a/local-metadata/project-ignore-rules.yaml
+++ b/local-metadata/project-ignore-rules.yaml
@@ -23,6 +23,7 @@
 - 'kde/workspace/libksysguard'
 - 'kde/kdenetwork/kaccounts-integration'
 - 'extragear/libs/pulseaudio-qt'
+- "kde/pim/libkleo"
 
 'FreeBSDQt5.15':
 - 'kdesupport/polkit-qt-1'


More information about the kde-pim mailing list