From 7d8f1dee62f285a4587fb40e7331d0f500b2e5fb Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 7 Aug 2019 04:02:14 +0300 Subject: Removed removing phantomjs from snap, because snap build did stop to error no phantomjs could be removed. Thanks to xet7 ! --- snapcraft.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'snapcraft.yaml') diff --git a/snapcraft.yaml b/snapcraft.yaml index 531a92ec..7347800d 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -203,9 +203,6 @@ parts: meteor npm install --allow-superuser meteor build .build --directory --allow-superuser cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js - cd .build - find . -name "*phantomjs*" | xargs rm -rf - cd .. #Removed binary version of bcrypt because of security vulnerability that is not fixed yet. #https://github.com/wekan/wekan/commit/4b2010213907c61b0e0482ab55abb06f6a668eac #https://github.com/wekan/wekan/commit/7eeabf14be3c63fae2226e561ef8a0c1390c8d3c -- cgit v1.2.3-1-g7c22