[neon/snap-packaging/kde-qt6-core-sdk/work.core24-arm64-build-test] debian: hopefully will now actually get run

Carlos De Maine null at kde.org
Tue Jul 22 09:44:32 BST 2025


Git commit 95c00130ac1c85686eb0bc680783497a9266a2c8 by Carlos De Maine.
Committed on 22/07/2025 at 08:43.
Pushed by carlosdem into branch 'work.core24-arm64-build-test'.

hopefully will now actually get run

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

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

diff --git a/debian/snap-base-proto.yml b/debian/snap-base-proto.yml
index 3400cbb..4cfb2d8 100644
--- a/debian/snap-base-proto.yml
+++ b/debian/snap-base-proto.yml
@@ -15,8 +15,6 @@
     - git clone https://invent.kde.org/sysadmin/repo-metadata.git ci-utilities/repo-metadata/ --depth=1
   script:
     - git config --global --add safe.directory $CI_PROJECT_DIR
-    - echo number of cores =
-    - nproc
   artifacts:
     name: Snap deploy artifacts
     expose_as: 'KDE neon snaps deploying artifacts'
@@ -46,8 +44,6 @@
     - git clone https://invent.kde.org/sysadmin/repo-metadata.git ci-utilities/repo-metadata/ --depth=1
   script:
     - git config --global --add safe.directory $CI_PROJECT_DIR
-    - echo number of cores =
-    - nproc
   artifacts:
     name: Snap deploy artifacts
     expose_as: 'KDE neon snaps deploying artifacts'
diff --git a/debian/snap-snapcraft-core-lxd-proto.yml b/debian/snap-snapcraft-core-lxd-proto.yml
index 84460dd..29f918b 100644
--- a/debian/snap-snapcraft-core-lxd-proto.yml
+++ b/debian/snap-snapcraft-core-lxd-proto.yml
@@ -9,6 +9,8 @@ snap_snapcraft_core_lxd_proto:
   inherit:
     default: true
   script:
+    - echo number of cores =
+    - nproc
     # clean
     - snapcraft clean
     # Force usage of LXD for building Snaps
@@ -60,6 +62,8 @@ snap_snapcraft_core_lxd_proto_arm64:
   inherit:
     default: true
   script:
+    - echo number of cores =
+    - nproc
     # clean
     - snapcraft clean
     # Force usage of LXD for building Snaps


More information about the Neon-commits mailing list