Skip to content

Commit 432d5b1

Browse files
Merge pull request datashield#549 from StuartWheater/v6.3.1-RC4-dev
Updated to 'Armadillo 4.11.1'
2 parents 3f8e95a + 6289fee commit 432d5b1

3 files changed

Lines changed: 7 additions & 13 deletions

File tree

azure-pipelines.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- job: build_and_run_tests
7272
timeoutInMinutes: 360
7373
pool:
74-
vmImage: ubuntu-22.04
74+
vmImage: ubuntu-24.04
7575

7676
steps:
7777
#####################################################################################
@@ -125,16 +125,11 @@ jobs:
125125
# Install R and all the dependencies dsBaseClient requires.
126126
# If previous steps have failed then don't run.
127127
- bash: |
128-
129-
sudo apt update -qq
130-
sudo apt install --no-install-recommends software-properties-common dirmngr
128+
sudo apt-get install --no-install-recommends software-properties-common dirmngr
131129
wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | sudo tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
132130
sudo add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
133-
134-
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
135-
# sudo add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/"
136-
# sudo add-apt-repository ppa:cran/libgit2
137-
sudo apt-get update
131+
sudo apt-get update -qq
132+
sudo apt-get upgrade -y
138133
139134
sudo apt-get install -qq libxml2-dev libcurl4-openssl-dev libssl-dev libgsl-dev libgit2-dev r-base -y
140135
sudo apt-get install -qq libharfbuzz-dev libfribidi-dev libmagick++-dev -y

docker-compose_armadillo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
hostname: armadillo
44
ports:
55
- 8080:8080
6-
image: datashield/armadillo_citest:4.10.0
6+
image: datashield/armadillo_citest:4.11.1
77
environment:
88
LOGGING_CONFIG: 'classpath:logback-file.xml'
99
AUDIT_LOG_PATH: '/app/logs/audit.log'

opal_azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- job: build_and_run_tests
7272
timeoutInMinutes: 360
7373
pool:
74-
vmImage: ubuntu-22.04
74+
vmImage: ubuntu-24.04
7575

7676
steps:
7777
#####################################################################################
@@ -125,11 +125,10 @@ jobs:
125125
# Install R and all the dependencies dsBaseClient requires.
126126
# If previous steps have failed then don't run.
127127
- bash: |
128-
129-
sudo apt-get update
130128
sudo apt-get install --no-install-recommends software-properties-common dirmngr
131129
wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | sudo tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
132130
sudo add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
131+
sudo apt-get update -qq
133132
sudo apt-get upgrade -y
134133
135134
sudo apt-get install -qq libxml2-dev libcurl4-openssl-dev libssl-dev libgsl-dev libgit2-dev r-base -y

0 commit comments

Comments
 (0)