aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.4.0/kokoro/linux/prepare_build_linux_rc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.4.0/kokoro/linux/prepare_build_linux_rc')
-rw-r--r--third_party/protobuf/3.4.0/kokoro/linux/prepare_build_linux_rc9
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/protobuf/3.4.0/kokoro/linux/prepare_build_linux_rc b/third_party/protobuf/3.4.0/kokoro/linux/prepare_build_linux_rc
deleted file mode 100644
index 4c3f255dd5..0000000000
--- a/third_party/protobuf/3.4.0/kokoro/linux/prepare_build_linux_rc
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-# Source this rc script to prepare the environment for Linux builds
-
-# Set up dotnet
-sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
-sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893
-sudo apt-get update
-sudo apt-get install -y dotnet-dev-1.0.4