Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
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
Container Registry
Model registry
Operate
Environments
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
tci-gateway-module
Grpc
Commits
8e258d3a
Commit
8e258d3a
authored
8 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
install dotnet CLI on perf workers
parent
d13fbca1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/gce/linux_performance_worker_init.sh
+6
-6
6 additions, 6 deletions
tools/gce/linux_performance_worker_init.sh
with
6 additions
and
6 deletions
tools/gce/linux_performance_worker_init.sh
+
6
−
6
View file @
8e258d3a
...
...
@@ -105,17 +105,17 @@ nvm install 4 && npm config set cache /tmp/npm-cache
nvm
install
5
&&
npm config
set
cache /tmp/npm-cache
nvm
alias
default 4
# C# dependencies (http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives)
# C# mono dependencies (http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives)
sudo
apt-key adv
--keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo
"deb http://download.mono-project.com/repo/debian wheezy main"
|
sudo tee
/etc/apt/sources.list.d/mono-xamarin.list
sudo
apt-get update
sudo
apt-get
install
-y
mono-devel nuget
# The version of nuget that is installed using apt-get is too old to download
# the System.Interactive.Async.3.0.0 C# dependency. Update to the latest version
# in order to be able download it.
sudo
nuget update
-self
# C# .NET Core dependencies (https://www.microsoft.com/net/core#ubuntu)
sudo
sh
-c
'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main" > /etc/apt/sources.list.d/dotnetdev.list'
sudo
apt-key adv
--keyserver
apt-mo.trafficmanager.net
--recv-keys
417A0893
sudo
apt-get update
sudo
apt-get
install
-y
dotnet-dev-1.0.0-preview2-003131
# Ruby dependencies
gpg
--keyserver
hkp://keys.gnupg.net
--recv-keys
409B6B1796C275462A1703113804BB82D39DC0E3
...
...
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