[neon/snap-packaging/kde-qt6-core-sdk/work.core24-arm64-build-test] debian: meh
Carlos De Maine
null at kde.org
Wed Jul 23 08:04:49 BST 2025
Git commit 8d362c363e3e411ae0a98d94e44c3f6c95188595 by Carlos De Maine.
Committed on 23/07/2025 at 07:04.
Pushed by carlosdem into branch 'work.core24-arm64-build-test'.
meh
M +4 -4 debian/snap-snapcraft-core-lxd-proto.yml
https://invent.kde.org/neon/snap-packaging/kde-qt6-core-sdk/-/commit/8d362c363e3e411ae0a98d94e44c3f6c95188595
diff --git a/debian/snap-snapcraft-core-lxd-proto.yml b/debian/snap-snapcraft-core-lxd-proto.yml
index fbad0a7..71c4b30 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
- # 6 of the available 8 cores otherwise qt-webengine will OOM.
+ # 7 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
+ lxc profile set default --project snapcraft limits.cpu=7
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
- # 12 of the available 32 cores otherwise qt-webengine will OOM.
+ # 14 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=12
+ lxc profile set default --project snapcraft limits.cpu=14
fi
script:
- echo number of cores =
More information about the Neon-commits
mailing list