Skip to content

Commit

Permalink
Merge pull request #9029 from RocketChat/fix/snap-build
Browse files Browse the repository at this point in the history
[FIX] snap install by setting grpc package used by google/vision to 1.6.6
  • Loading branch information
rodrigok authored Dec 7, 2017
2 parents 659d5f6 + 53503b4 commit 575bd88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .snapcraft/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ parts:
- nodejs
rocketchat-server:
plugin: dump
prepare: cd programs/server; npm install; cd npm/node_modules/meteor/rocketchat_google-vision; npm install grpc
prepare: curl -SLf "https://releases.rocket.chat/#{RC_VERSION}/download/" -o rocket.chat.tgz; tar xvf rocket.chat.tgz --strip 1; cd programs/server; npm install; cd npm/node_modules/meteor/rocketchat_google-vision; npm install grpc@1.6.6;
after: [node]
source: https://releases.rocket.chat/${RC_VERSION}/download/
source-type: tar
source: .
stage-packages:
- graphicsmagick
stage:
Expand Down

0 comments on commit 575bd88

Please sign in to comment.