Skip to content
Snippets Groups Projects
Commit 06024026 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Update get-packages to install all of grpc

parent 0c9a25fe
No related branches found
No related tags found
1 merge request!3Resolve "bring up to date"
Pipeline #17887 failed
......@@ -16,6 +16,7 @@ function do_subdirs
function main()
{
set -x
local here_dir=$(pwd)
local grpc_packs="build-essential autoconf libtool pkg-config"
......@@ -33,9 +34,6 @@ function main()
cmake .
fi
make -j 3
cd $here_dir/third-party/grpc/third_party/protobuf
pwd
sudo make install
cd $here_dir/third-party/grpc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment