MSPF-532: Upgrade Erlang to 22.3.1 (fix rfc3339 error) (#430)

* MSPF-532: Upgrade Erlang to 22.3.1 (fix rfc3339 error)

* Fix dialyzer cache name
This commit is contained in:
Sergey Yelin 2020-04-20 17:34:14 +03:00 committed by GitHub
parent 6a6f193b72
commit bd0af3ed59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ build('hellgate', 'docker-host', finalHook) {
sh 'make wc_xref'
}
runStage('pre-dialyze') {
withWsCache("_build/default/rebar3_22.2.6_plt") {
withWsCache("_build/default/rebar3_22.3.1_plt") {
sh 'make wc_plt_update'
}
}

View File

@ -17,7 +17,7 @@ BASE_IMAGE_NAME := service-erlang
BASE_IMAGE_TAG := da0ab769f01b650b389d18fc85e7418e727cbe96
# Build image tag to be used
BUILD_IMAGE_TAG := e7eb72b7721443d88a948546da815528a96c6de9
BUILD_IMAGE_TAG := 442c2c274c1d8e484e5213089906a4271641d95e
CALL_ANYWHERE := all submodules rebar-update compile xref lint dialyze plt_update \
start devrel release clean distclean