ED-242: erlang 24 (#10)

This commit is contained in:
dinama 2021-08-17 14:53:59 +03:00 committed by GitHub
parent 7915b7650a
commit ab894bc7c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 14 deletions

2
Jenkinsfile vendored
View File

@ -18,5 +18,5 @@ build('lechiffre', 'docker-host', finalHook) {
pipeErlangLib = load("${env.JENKINS_LIB}/pipeErlangLib.groovy") pipeErlangLib = load("${env.JENKINS_LIB}/pipeErlangLib.groovy")
} }
pipeErlangLib.runPipe(false, true, 'test') pipeErlangLib.runPipe(false, false, 'test')
} }

View File

@ -14,11 +14,11 @@ SERVICE_IMAGE_PUSH_TAG ?= $(SERVICE_IMAGE_TAG)
# Base image for the service # Base image for the service
BASE_IMAGE_NAME := service-erlang BASE_IMAGE_NAME := service-erlang
BASE_IMAGE_TAG := 51bd5f25d00cbf75616e2d672601dfe7351dcaa4 BASE_IMAGE_TAG := 83eb76031e26cd00962daae586d30a0cfb570c9d
# Build image tag to be used # Build image tag to be used
BUILD_IMAGE_NAME := build-erlang BUILD_IMAGE_NAME := build-erlang
BUILD_IMAGE_TAG := 61a001bbb48128895735a3ac35b0858484fdb2eb BUILD_IMAGE_TAG := d2d1596cf70bede667f875691650ccde788c7148
CALL_ANYWHERE := \ CALL_ANYWHERE := \
submodules \ submodules \

@ -1 +1 @@
Subproject commit e1318727d4d0c3e48f5122bf3197158b6695f50e Subproject commit a7655bc60c877a65cdfe3d9b668021d970d88a76

View File

@ -24,8 +24,8 @@
]}. ]}.
{deps, [ {deps, [
{jsx, "3.0.0"}, {jsx, "3.1.0"},
{jose, "1.11.1"}, {jose, "1.11.2"},
{genlib, {git, "https://github.com/rbkmoney/genlib.git", {branch, "master"}}}, {genlib, {git, "https://github.com/rbkmoney/genlib.git", {branch, "master"}}},
{thrift, {git, "https://github.com/rbkmoney/thrift_erlang.git", {branch, "master"}}} {thrift, {git, "https://github.com/rbkmoney/thrift_erlang.git", {branch, "master"}}}
]}. ]}.
@ -49,7 +49,7 @@
]}. ]}.
{plugins, [ {plugins, [
{erlfmt, "0.10.0"} {erlfmt, "0.14.1"}
]}. ]}.
{erlfmt, [ {erlfmt, [

View File

@ -1,19 +1,19 @@
{"1.2.0", {"1.2.0",
[{<<"genlib">>, [{<<"genlib">>,
{git,"https://github.com/rbkmoney/genlib.git", {git,"https://github.com/rbkmoney/genlib.git",
{ref,"4565a8d73f34a0b78cca32c9cd2b97d298bdadf8"}}, {ref,"3e1776536802739d8819351b15d54ec70568aba7"}},
0}, 0},
{<<"jose">>,{pkg,<<"jose">>,<<"1.11.1">>},0}, {<<"jose">>,{pkg,<<"jose">>,<<"1.11.2">>},0},
{<<"jsx">>,{pkg,<<"jsx">>,<<"3.0.0">>},0}, {<<"jsx">>,{pkg,<<"jsx">>,<<"3.1.0">>},0},
{<<"thrift">>, {<<"thrift">>,
{git,"https://github.com/rbkmoney/thrift_erlang.git", {git,"https://github.com/rbkmoney/thrift_erlang.git",
{ref,"846a0819d9b6d09d0c31f160e33a78dbad2067b4"}}, {ref,"846a0819d9b6d09d0c31f160e33a78dbad2067b4"}},
0}]}. 0}]}.
[ [
{pkg_hash,[ {pkg_hash,[
{<<"jose">>, <<"59DA64010C69AAD6CDE2F5B9248B896B84472E99BD18F246085B7B9FE435DCDB">>}, {<<"jose">>, <<"F4C018CCF4FDCE22C71E44D471F15F723CB3EFAB5D909AB2BA202B5BF35557B3">>},
{<<"jsx">>, <<"20A170ABD4335FC6DB24D5FAD1E5D677C55DADF83D1B20A8A33B5FE159892A39">>}]}, {<<"jsx">>, <<"D12516BAA0BB23A59BB35DCCAF02A1BD08243FCBB9EFE24F2D9D056CCFF71268">>}]},
{pkg_hash_ext,[ {pkg_hash_ext,[
{<<"jose">>, <<"078F6C9FB3CD2F4CFAFC972C814261A7D1E8D2B3685C0A76EB87E158EFFF1AC5">>}, {<<"jose">>, <<"98143FBC48D55F3A18DABA82D34FE48959D44538E9697C08F34200FA5F0947D2">>},
{<<"jsx">>, <<"37BECA0435F5CA8A2F45F76A46211E76418FBEF80C36F0361C249FC75059DC6D">>}]} {<<"jsx">>, <<"0C5CC8FDC11B53CC25CF65AC6705AD39E54ECC56D1C22E4ADB8F5A53FB9427F3">>}]}
]. ].