[neon/snap-packaging/kde-pyside6-core-sdk/work.core24.iterate_test] /: save the CMakeConfigureLog.yaml

Carlos De Maine null at kde.org
Tue Sep 16 03:32:23 BST 2025


Git commit 6142de05354556c2274c5a92cec097b19a4ef5e7 by Carlos De Maine.
Committed on 16/09/2025 at 02:32.
Pushed by carlosdem into branch 'work.core24.iterate_test'.

save the CMakeConfigureLog.yaml

as pyside6 doesn't have a config.summary

M  +1    -2    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kde-pyside6-core-sdk/-/commit/6142de05354556c2274c5a92cec097b19a4ef5e7

diff --git a/snapcraft.yaml b/snapcraft.yaml
index f0b6c95..9f28655 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -105,10 +105,9 @@ parts:
         patch -p1 < "$CRAFT_PROJECT_DIR/patches/$PATCHFILE"
       done < $CRAFT_PROJECT_DIR/patches/series
     override-build: |
-      /snap/kde-qt6-core24-sdk/current/usr/lib/llvm-18/bin/llvm-config --libdir --includedir --prefix --cmakedir
       craftctl default
       mkdir -p $CRAFT_PART_INSTALL/etc/$CRAFT_PART_NAME
-      cp $CRAFT_PART_BUILD/config.summary $CRAFT_PART_INSTALL/etc/$CRAFT_PART_NAME/
+      cp $CRAFT_PART_BUILD/CMakeFiles/CMakeConfigureLog.yaml $CRAFT_PART_INSTALL/etc/$CRAFT_PART_NAME/
   debs:
     after: [pyside6]
     plugin: nil


More information about the Neon-commits mailing list