File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments