Skip to content

Commit

Permalink
Merge pull request #8653 from RocketChat/fix-armhf-snap
Browse files Browse the repository at this point in the history
install grpc package manually to fix snap armhf build
  • Loading branch information
rodrigok committed Oct 29, 2017
1 parent 178c659 commit 9b8b5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .snapcraft/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ parts:
- nodejs
rocketchat-server:
plugin: dump
prepare: cd programs/server; npm install
prepare: cd programs/server; npm install; cd npm/node_modules/meteor/rocketchat_google-vision; npm install grpc
after: [node]
source: https://download.rocket.chat/build/rocket.chat-#{RC_VERSION}.tgz
source-type: tar
Expand Down

0 comments on commit 9b8b5af

Please sign in to comment.