Skip to content

Commit

Permalink
Update build-deps to v1.16.3 (new ca-certs)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Sep 30, 2021
1 parent df49713 commit 33fde90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .CI/cache/Dockerfile
@@ -1,5 +1,5 @@
# Cannot be parametrized in Jenkins...
FROM docker.openmodelica.org/build-deps:v1.16.1
FROM docker.openmodelica.org/build-deps:v1.16.3

# We don't know the uid of the user who will build, so make the /cache directories world writable

Expand Down
22 changes: 11 additions & 11 deletions Jenkinsfile
Expand Up @@ -74,7 +74,7 @@ pipeline {
stage('clang') {
agent {
docker {
image 'docker.openmodelica.org/build-deps:v1.16'
image 'docker.openmodelica.org/build-deps:v1.16.3'
label 'linux'
alwaysPull true
args "--mount type=volume,source=omlibrary-cache,target=/cache/omlibrary " +
Expand Down Expand Up @@ -218,7 +218,7 @@ pipeline {
stage('checks') {
agent {
docker {
image 'docker.openmodelica.org/build-deps:v1.16'
image 'docker.openmodelica.org/build-deps:v1.16.3'
label 'linux'
alwaysPull true
args "--mount type=volume,source=omlibrary-cache,target=/cache/omlibrary " +
Expand Down Expand Up @@ -406,7 +406,7 @@ pipeline {
stage('build-gui-clang-qt5') {
agent {
docker {
image 'docker.openmodelica.org/build-deps:v1.16'
image 'docker.openmodelica.org/build-deps:v1.16.3'
label 'linux'
alwaysPull true
}
Expand Down Expand Up @@ -461,7 +461,7 @@ pipeline {
stage('testsuite-clang-parmod') {
agent {
docker {
image 'docker.openmodelica.org/build-deps:v1.16'
image 'docker.openmodelica.org/build-deps:v1.16.3'
label 'linux'
alwaysPull true
// No runtest.db cache necessary; the tests run in serial and do not load libraries!
Expand All @@ -483,7 +483,7 @@ pipeline {
stage('testsuite-clang-metamodelica') {
agent {
docker {
image 'docker.openmodelica.org/build-deps:v1.16'
image 'docker.openmodelica.org/build-deps:v1.16.3'
label 'linux'
}
}
Expand All @@ -501,7 +501,7 @@ pipeline {
stage('testsuite-matlab-translator') {
agent {
docker {
image 'docker.openmodelica.org/build-deps:v1.16'
image 'docker.openmodelica.org/build-deps:v1.16.3'
label 'linux'
alwaysPull true
}
Expand All @@ -523,7 +523,7 @@ pipeline {
stage('test-clang-icon-generator') {
agent {
docker {
image 'docker.openmodelica.org/build-deps:v1.16.2'
image 'docker.openmodelica.org/build-deps:v1.16.3'
label 'linux'
args "--mount type=volume,source=runtest-clang-icon-generator,target=/cache/runtest " +
"--mount type=volume,source=omlibrary-cache,target=/cache/omlibrary " +
Expand Down Expand Up @@ -555,7 +555,7 @@ pipeline {
stage('clang-qt5') {
agent {
docker {
image 'docker.openmodelica.org/build-deps:v1.16'
image 'docker.openmodelica.org/build-deps:v1.16.3'
label 'linux'
alwaysPull true
}
Expand Down Expand Up @@ -654,7 +654,7 @@ pipeline {
stage('fmuchecker-results') {
agent {
docker {
image 'docker.openmodelica.org/build-deps:v1.16'
image 'docker.openmodelica.org/build-deps:v1.16.3'
label 'linux'
alwaysPull true
}
Expand All @@ -681,7 +681,7 @@ pipeline {
stage('upload-compliance') {
agent {
docker {
image 'docker.openmodelica.org/build-deps:v1.16'
image 'docker.openmodelica.org/build-deps:v1.16.3'
label 'linux'
alwaysPull true
}
Expand All @@ -700,7 +700,7 @@ pipeline {
stage('upload-doc') {
agent {
docker {
image 'docker.openmodelica.org/build-deps:v1.16'
image 'docker.openmodelica.org/build-deps:v1.16.3'
label 'linux'
alwaysPull true
}
Expand Down

0 comments on commit 33fde90

Please sign in to comment.