mirror of
https://github.com/valitydev/party-client-erlang.git
synced 2024-11-06 02:35:20 +00:00
MSPF-470: Update erlang and deps (#5)
This commit is contained in:
parent
b71b071ee3
commit
b751fa7a88
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -32,7 +32,7 @@ build('dmt_client', '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'
|
||||
}
|
||||
}
|
||||
|
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ TEMPLATES_PATH := .
|
||||
SERVICE_NAME := party_client
|
||||
|
||||
# Build image tag to be used
|
||||
BUILD_IMAGE_TAG := fcf116dd775cc2e91bffb6a36835754e3f2d5321
|
||||
BUILD_IMAGE_TAG := cd38c35976f3684fe7552533b6175a4c3460e88b
|
||||
|
||||
CALL_ANYWHERE := all submodules rebar-update compile xref lint dialyze clean distclean
|
||||
CALL_W_CONTAINER := $(CALL_ANYWHERE) test get_test_deps
|
||||
|
@ -26,12 +26,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,"533d2a6d81322633a1549a35881c9c020110dd4c"}},
|
||||
{ref,"8a6822462ad052372b75c6404212ef350301bd4f"}},
|
||||
0},
|
||||
{<<"woody_user_identity">>,
|
||||
{git,"git@github.com:rbkmoney/woody_erlang_user_identity.git",
|
||||
|
Loading…
Reference in New Issue
Block a user