Skip to content

Commit

Permalink
Update build-deps to v1.16.3 (new ca-certs) (#7957)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund authored and adrpo committed Nov 17, 2021
1 parent 432352f commit 84f3e9b
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 @@ -70,7 +70,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 @@ -179,7 +179,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 @@ -367,7 +367,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 @@ -422,7 +422,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 @@ -444,7 +444,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 @@ -462,7 +462,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 @@ -484,7 +484,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 @@ -516,7 +516,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 @@ -612,7 +612,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 @@ -638,7 +638,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 @@ -656,7 +656,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 84f3e9b

Please sign in to comment.