[neon/snap-packaging/kde-qt6-core-sdk/work.core24-arm64-build-test] debian: Core management should no longer be necessary with VMLarge being 12 cores, 64 GB ram
Carlos De Maine
null at kde.org
Sat Jul 26 03:40:24 BST 2025
Git commit 8c88feaad26b4caef5caad570901ccff1905a353 by Carlos De Maine.
Committed on 26/07/2025 at 02:40.
Pushed by carlosdem into branch 'work.core24-arm64-build-test'.
Core management should no longer be necessary with VMLarge being 12 cores, 64 GB ram
M +0 -20 debian/snap-snapcraft-core-lxd-proto.yml
https://invent.kde.org/neon/snap-packaging/kde-qt6-core-sdk/-/commit/8c88feaad26b4caef5caad570901ccff1905a353
diff --git a/debian/snap-snapcraft-core-lxd-proto.yml b/debian/snap-snapcraft-core-lxd-proto.yml
index d2ce8ad..fe51c5a 100644
--- a/debian/snap-snapcraft-core-lxd-proto.yml
+++ b/debian/snap-snapcraft-core-lxd-proto.yml
@@ -8,17 +8,7 @@ snap_snapcraft_core_lxd_proto:
stage: deploy
inherit:
default: true
- before_script:
- # of we are building the kde-qt6-core-sdk snap , ensure that lxc utilises only
- # 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=6
- fi
script:
- - echo number of cores =
- - nproc
- # clean
- snapcraft clean
# Force usage of LXD for building Snaps
- echo building $KDE_SNAP_MODULE_NAME with LXD...
@@ -66,17 +56,7 @@ snap_snapcraft_core_lxd_proto_arm64:
stage: deploy
inherit:
default: true
- before_script:
- # of we are building the kde-qt6-core-sdk snap , ensure that lxc utilises only
- # 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=13
- fi
script:
- - echo number of cores =
- - nproc
- # clean
- snapcraft clean
# Force usage of LXD for building Snaps
- echo building $KDE_SNAP_MODULE_NAME with LXD...
More information about the Neon-commits
mailing list