File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ resources:
5050 ref : v6.1-dev
5151
5252
53-
5453# ########################################################################################
5554# When and under what condition to run the pipeline.
5655schedules :
9392 # If previous steps have failed then don't run.
9493 - bash : |
9594
95+ # Work-around for tempory Bazel's apt repository issue.
96+ curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
97+
9698 # Purge the default mysql installed on the VM as it is incompatible with our stuff.
9799 sudo service mysql stop
98100 sudo apt-get update
@@ -123,7 +125,7 @@ jobs:
123125 - bash : |
124126
125127 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
126- sudo add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35 /"
128+ sudo add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran40 /"
127129 sudo apt-get update
128130
129131 sudo apt-get install -qq libxml2-dev libcurl4-openssl-dev libssl-dev libgsl-dev r-base -y
You can’t perform that action at this time.
0 commit comments