[neon/kde/cervisia/Neon/release] /: update snap for core20

Jonathan Riddell null at kde.org
Mon Mar 22 16:13:12 GMT 2021


Git commit b40528d12de8fc9fc3f45509e7d71122edd4d4f8 by Jonathan Riddell.
Committed on 22/03/2021 at 16:10.
Pushed by jriddell into branch 'Neon/release'.

update snap for core20

M  +3    -1    snapcraft.yaml

https://invent.kde.org/neon/kde/cervisia/commit/b40528d12de8fc9fc3f45509e7d71122edd4d4f8

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 81f71b8..992bf46 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -48,6 +48,8 @@ parts:
         after:
         - kde-frameworks-5-env
         plugin: cmake
+        build-environment:
+        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
         build-packages:
         - libkf5doctools-dev
         source: http://download.kde.org/stable/release-service/20.12.3/src/cervisia-20.12.3.tar.xz
@@ -58,7 +60,7 @@ parts:
         - "-DENABLE_TESTING=OFF"
         - "-DBUILD_TESTING=OFF"
         - "-DKDE_SKIP_TEST_SETTINGS=ON"
-        - "-DCMAKE_FIND_ROOT_PATH=/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
+        - "-DCMAKE_FIND_ROOT_PATH=/usr\\;/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
         - "-DKDE_INSTALL_PLUGINDIR=/usr/lib/x86_64-linux-gnu/qt5/plugins/"
         filesets:
             exclusion:


More information about the Neon-commits mailing list