From a44ca39eb84508441f0f8bdac852745f417f12e7 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 3 Mar 2021 18:16:29 +0200 Subject: [PATCH] Try to fix Snap: Removed fibers multi arch from Snap, because Snap build servers do not build corretly with it. Thanks to xet7. --- snapcraft.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 0ed29c33e..824458243 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -97,7 +97,7 @@ parts: - execstack - nodejs - npm - - p7zip-full +# - p7zip-full stage-packages: - libfontconfig1 override-build: | @@ -128,11 +128,11 @@ parts: find . -name '*.swp' | xargs rm -f cd ../.. # Add fibers multi arch - cd .build/bundle/programs/server/node_modules/fibers/bin - curl https://releases.wekan.team/fibers-multi.7z -o fibers-multi.7z - 7z x fibers-multi.7z - rm fibers-multi.7z - cd ../../../../../../.. + #cd .build/bundle/programs/server/node_modules/fibers/bin + #curl https://releases.wekan.team/fibers-multi.7z -o fibers-multi.7z + #7z x fibers-multi.7z + #rm fibers-multi.7z + #cd ../../../../../../.. # Copy to Snap cp -r .build/bundle/* $SNAPCRAFT_PART_INSTALL/ cp .build/bundle/.node_version.txt $SNAPCRAFT_PART_INSTALL/