Skip to content

Commit

Permalink
Use curl to download 100% CPU usage fibers fixed node in snap.
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed Apr 18, 2018
1 parent 5415a7c commit 179ff7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ parts:
- capnproto
- npm
- curl
- paxctl
- execstack
prepare: |
echo "Cleaning environment first"
Expand All @@ -111,14 +110,15 @@ parts:
# Description at https://releases.wekan.team/node.txt
# SHA256SUM: 18c99d5e79e2fe91e75157a31be30e5420787213684d4048eb91e602e092725d
echo "18c99d5e79e2fe91e75157a31be30e5420787213684d4048eb91e602e092725d node" >> node-SHASUMS256.txt.asc
wget https://releases.wekan.team/node
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`
# DOES NOT WORK: paxctl fix.
# Removed from build-packages: - paxctl
#echo "Applying paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303"
#paxctl -mC `which node`
echo "Installing meteor"
Expand Down

0 comments on commit 179ff7a

Please sign in to comment.