Skip to content

Commit 8dff90f

Browse files
Merge pull request #219 from StuartWheater/v6.1-dev
Work-around for tempory Bazel's apt repository issue, switch to cran40
2 parents 8891bf8 + a6eb126 commit 8dff90f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
5655
schedules:
@@ -93,6 +92,9 @@ jobs:
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

0 commit comments

Comments
 (0)