summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-04 16:47:21 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-04 16:47:21 +0300
commit9f65696fccada98dd759b85c4446568fa5cc7458 (patch)
tree12c7e467c4f2a0724c691a9ea59d4425658e4c53 /snapcraft.yaml
parent95b21943ee7a9fa5a27efe5276307febc2fbad94 (diff)
downloadwekan-9f65696fccada98dd759b85c4446568fa5cc7458.tar.gz
wekan-9f65696fccada98dd759b85c4446568fa5cc7458.tar.bz2
wekan-9f65696fccada98dd759b85c4446568fa5cc7458.zip
Try to fix snap.
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml15
1 files changed, 7 insertions, 8 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 1c772f76..15cce7d2 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -83,7 +83,6 @@ parts:
plugin: nodejs
node-engine: 8.11.3
node-packages:
- - npm
- node-gyp
- node-pre-gyp
- fibers@2.0.0
@@ -110,14 +109,14 @@ parts:
# Fiber.poolSize = 1e9;
# Download node version 8.11.3 that has fix included, node binary copied from Sandstorm
# Description at https://releases.wekan.team/node.txt
- echo "5263dc1c571885921179b11a1c6eb9ca82a95a89b69c15b366f885e9b5a32d66 node" >> node-SHASUMS256.txt.asc
- curl https://releases.wekan.team/node -o node
+ ##echo "5263dc1c571885921179b11a1c6eb9ca82a95a89b69c15b366f885e9b5a32d66 node" >> node-SHASUMS256.txt.asc
+ ##curl https://releases.wekan.team/node -o node
# Verify Fibers patched node authenticity
- echo "Fibers 100% CPU issue patched node authenticity:"
- grep node node-SHASUMS256.txt.asc | shasum -a 256 -c -
- rm -f node-SHASUMS256.txt.asc
- chmod +x node
- mv node `which node`
+ ##echo "Fibers 100% CPU issue patched node authenticity:"
+ ##grep node node-SHASUMS256.txt.asc | shasum -a 256 -c -
+ ##rm -f node-SHASUMS256.txt.asc
+ ##chmod +x node
+ ##mv node `which node`
# DOES NOT WORK: paxctl fix.
# Removed from build-packages: - paxctl
#echo "Applying paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303"