mirror of
https://github.com/valitydev/dmt-client.git
synced 2024-11-06 01:15:22 +00:00
MSPF-462: Update erlang and woody
This commit is contained in:
parent
6bb0b65a18
commit
706ff3aff7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -36,7 +36,7 @@ build('dmt_client', 'docker-host', finalHook) {
|
|||||||
sh 'make wc_xref'
|
sh 'make wc_xref'
|
||||||
}
|
}
|
||||||
runStage('dialyze') {
|
runStage('dialyze') {
|
||||||
withWsCache("_build/default/rebar3_21.1.1_plt") {
|
withWsCache("_build/default/rebar3_21.3.8.4_plt") {
|
||||||
sh 'make wc_dialyze'
|
sh 'make wc_dialyze'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ TEMPLATES_PATH := .
|
|||||||
SERVICE_NAME := dmt_client
|
SERVICE_NAME := dmt_client
|
||||||
|
|
||||||
# Build image tag to be used
|
# Build image tag to be used
|
||||||
BUILD_IMAGE_TAG := fcf116dd775cc2e91bffb6a36835754e3f2d5321
|
BUILD_IMAGE_TAG := cd38c35976f3684fe7552533b6175a4c3460e88b
|
||||||
|
|
||||||
CALL_ANYWHERE := all submodules rebar-update compile xref lint dialyze check clean distclean
|
CALL_ANYWHERE := all submodules rebar-update compile xref lint dialyze check clean distclean
|
||||||
CALL_W_CONTAINER := $(CALL_ANYWHERE) test
|
CALL_W_CONTAINER := $(CALL_ANYWHERE) test
|
||||||
|
@ -34,12 +34,12 @@
|
|||||||
{<<"ssl_verify_fun">>,{pkg,<<"ssl_verify_fun">>,<<"1.1.4">>},2},
|
{<<"ssl_verify_fun">>,{pkg,<<"ssl_verify_fun">>,<<"1.1.4">>},2},
|
||||||
{<<"thrift">>,
|
{<<"thrift">>,
|
||||||
{git,"https://github.com/rbkmoney/thrift_erlang.git",
|
{git,"https://github.com/rbkmoney/thrift_erlang.git",
|
||||||
{ref,"7843146f22a9d9d63be4ae1276b5fa03938f2e9c"}},
|
{ref,"d393ef9cdb10f3d761ba3a603df2b2929dc19a10"}},
|
||||||
1},
|
1},
|
||||||
{<<"unicode_util_compat">>,{pkg,<<"unicode_util_compat">>,<<"0.4.1">>},3},
|
{<<"unicode_util_compat">>,{pkg,<<"unicode_util_compat">>,<<"0.4.1">>},3},
|
||||||
{<<"woody">>,
|
{<<"woody">>,
|
||||||
{git,"git@github.com:rbkmoney/woody_erlang.git",
|
{git,"git@github.com:rbkmoney/woody_erlang.git",
|
||||||
{ref,"f9f15cb36e33f8608fc1ba7c0e798a3700eeb5e3"}},
|
{ref,"8a6822462ad052372b75c6404212ef350301bd4f"}},
|
||||||
0}]}.
|
0}]}.
|
||||||
[
|
[
|
||||||
{pkg_hash,[
|
{pkg_hash,[
|
||||||
|
Loading…
Reference in New Issue
Block a user