mirror of
https://github.com/valitydev/kds.git
synced 2024-11-06 00:05:18 +00:00
CDS-91: Update erlang to version 21.3.8.4 (#4)
This commit is contained in:
parent
6c4d623cca
commit
5290f88d44
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -32,7 +32,7 @@ build('kds', 'docker-host', finalHook) {
|
||||
sh 'make wc_xref'
|
||||
}
|
||||
runStage('dialyze') {
|
||||
withWsCache("_build/default/rebar3_21.1.1_plt") {
|
||||
withWsCache("_build/default/rebar3_21.3.8.4_plt") {
|
||||
sh 'make wc_dialyze'
|
||||
}
|
||||
}
|
||||
|
4
Makefile
4
Makefile
@ -14,9 +14,9 @@ SERVICE_IMAGE_PUSH_TAG ?= $(SERVICE_IMAGE_TAG)
|
||||
|
||||
# Base image for the service
|
||||
BASE_IMAGE_NAME := service-erlang
|
||||
BASE_IMAGE_TAG := bdb3e60ddc70044bae1aa581d260d3a9803a2477
|
||||
BASE_IMAGE_TAG := 294d280ff42e6c0cc68ab40fe81e76a6262636c4
|
||||
|
||||
BUILD_IMAGE_TAG := fcf116dd775cc2e91bffb6a36835754e3f2d5321
|
||||
BUILD_IMAGE_TAG := cd38c35976f3684fe7552533b6175a4c3460e88b
|
||||
|
||||
CALL_W_CONTAINER := all submodules compile xref lint dialyze test devrel release clean distclean
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
0},
|
||||
{<<"logger_logstash_formatter">>,
|
||||
{git,"git@github.com:rbkmoney/logger_logstash_formatter.git",
|
||||
{ref,"4348f24487c400da0579032422d93acd89c6e121"}},
|
||||
{ref,"54c371215e3d73b2a868bc6375e523f95e826fe3"}},
|
||||
0},
|
||||
{<<"metrics">>,{pkg,<<"metrics">>,<<"1.0.1">>},2},
|
||||
{<<"mimerl">>,{pkg,<<"mimerl">>,<<"1.2.0">>},2},
|
||||
@ -73,12 +73,12 @@
|
||||
{<<"ssl_verify_fun">>,{pkg,<<"ssl_verify_fun">>,<<"1.1.4">>},2},
|
||||
{<<"thrift">>,
|
||||
{git,"https://github.com/rbkmoney/thrift_erlang.git",
|
||||
{ref,"7843146f22a9d9d63be4ae1276b5fa03938f2e9c"}},
|
||||
{ref,"d393ef9cdb10f3d761ba3a603df2b2929dc19a10"}},
|
||||
1},
|
||||
{<<"unicode_util_compat">>,{pkg,<<"unicode_util_compat">>,<<"0.4.1">>},3},
|
||||
{<<"woody">>,
|
||||
{git,"git@github.com:rbkmoney/woody_erlang.git",
|
||||
{ref,"f9f15cb36e33f8608fc1ba7c0e798a3700eeb5e3"}},
|
||||
{ref,"5ee89dd0b2d52ff955a4107a8d9dc0f8fdd365a0"}},
|
||||
0}]}.
|
||||
[
|
||||
{pkg_hash,[
|
||||
|
Loading…
Reference in New Issue
Block a user