Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
turbo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
turbo
Commits
06024026
Commit
06024026
authored
2 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
Update get-packages to install all of grpc
parent
0c9a25fe
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
Resolve "bring up to date"
Pipeline
#17887
failed
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
get-packages.sh
+1
-3
1 addition, 3 deletions
get-packages.sh
with
1 addition
and
3 deletions
get-packages.sh
+
1
−
3
View file @
06024026
...
@@ -16,6 +16,7 @@ function do_subdirs
...
@@ -16,6 +16,7 @@ function do_subdirs
function
main
()
function
main
()
{
{
set
-x
local
here_dir
=
$(
pwd
)
local
here_dir
=
$(
pwd
)
local
grpc_packs
=
"build-essential autoconf libtool pkg-config"
local
grpc_packs
=
"build-essential autoconf libtool pkg-config"
...
@@ -33,9 +34,6 @@ function main()
...
@@ -33,9 +34,6 @@ function main()
cmake
.
cmake
.
fi
fi
make
-j
3
make
-j
3
cd
$here_dir
/third-party/grpc/third_party/protobuf
pwd
sudo
make
install
sudo
make
install
cd
$here_dir
/third-party/grpc
cd
$here_dir
/third-party/grpc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment