We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791a435 commit d552bc1Copy full SHA for d552bc1
kokoro/release/collect_all_artifacts.sh
@@ -50,6 +50,9 @@ cp ${INPUT_ARTIFACTS_DIR}/build64/src/protoc protoc/macosx_x64/protoc
50
# TODO(jtattermusch): use "mono:5.14" docker image instead so we don't have to apt-get install
51
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
52
echo "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
53
+# NVidia has stopped publishing Cuda packages for Ubuntu 16.04, so we need to
54
+# delete this file to allow the apt update to run successfully.
55
+sudo rm -f /etc/apt/sources.list.d/cuda.list
56
sudo apt update
57
sudo apt-get install -y nuget
58
0 commit comments