[neon/snap-packaging/kde-qt6-core-sdk/work.core24-arm64-build-test] debian: blah

Carlos De Maine null at kde.org
Wed Jul 23 14:08:22 BST 2025


Git commit e2660ef8019d0929373c0b8e1c96cf06f00e471f by Carlos De Maine.
Committed on 23/07/2025 at 13:08.
Pushed by carlosdem into branch 'work.core24-arm64-build-test'.

blah

M  +4    -4    debian/snap-snapcraft-core-lxd-proto.yml

https://invent.kde.org/neon/snap-packaging/kde-qt6-core-sdk/-/commit/e2660ef8019d0929373c0b8e1c96cf06f00e471f

diff --git a/debian/snap-snapcraft-core-lxd-proto.yml b/debian/snap-snapcraft-core-lxd-proto.yml
index 71c4b30..d2ce8ad 100644
--- a/debian/snap-snapcraft-core-lxd-proto.yml
+++ b/debian/snap-snapcraft-core-lxd-proto.yml
@@ -10,10 +10,10 @@ snap_snapcraft_core_lxd_proto:
     default: true
   before_script:
     # of we are building the kde-qt6-core-sdk snap ,  ensure that lxc utilises only 
-    # 7 of the available 8 cores otherwise qt-webengine will OOM. 
+    # 6 of the available 8 cores otherwise qt-webengine will OOM. 
     - |
       if [ "$KDE_SNAP_MODULE_NAME" == "kde-qt6-core-sdk" ]; then
-        lxc profile set default --project snapcraft limits.cpu=7
+        lxc profile set default --project snapcraft limits.cpu=6
       fi
   script:
     - echo number of cores =
@@ -68,10 +68,10 @@ snap_snapcraft_core_lxd_proto_arm64:
     default: true
   before_script:  
     # of we are building the kde-qt6-core-sdk snap ,  ensure that lxc utilises only 
-    # 14 of the available 32 cores otherwise qt-webengine will OOM. 
+    # 13 of the available 32 cores otherwise qt-webengine will OOM. 
     - |
       if [ "$KDE_SNAP_MODULE_NAME" == "kde-qt6-core-sdk" ]; then
-        lxc profile set default --project snapcraft limits.cpu=14
+        lxc profile set default --project snapcraft limits.cpu=13
       fi
   script:
     - echo number of cores =


More information about the Neon-commits mailing list